onLoadStart property
Stream<ProgressEvent>
get
onLoadStart
Stream of loadstart events handled by this FileReader.
Implementation
Stream<ProgressEvent> get onLoadStart => loadStartEvent.forTarget(this);