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