onLoadEnd property
Stream of loadend
events handled by this FileReader.
Implementation
Stream<ProgressEvent> get onLoadEnd => loadEndEvent.forTarget(this);
Stream of loadend
events handled by this FileReader.
Stream<ProgressEvent> get onLoadEnd => loadEndEvent.forTarget(this);