onLoad property - FileReader class - dart:html library (original) (raw)
Stream<ProgressEvent> getonLoad
Stream of load
events handled by this FileReader.
Implementation
Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);
Stream<ProgressEvent> getonLoad
Stream of load
events handled by this FileReader.
Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);