onLoadEnd property - FileReader class - dart:html library (original) (raw)
Stream<ProgressEvent> getonLoadEnd
Stream of loadend
events handled by this FileReader.
Implementation
Stream<ProgressEvent> get onLoadEnd => loadEndEvent.forTarget(this);