onLoadEnd property - FileReader class - dart:html library (original) (raw)

description

Stream<ProgressEvent> getonLoadEnd

Stream of loadend events handled by this FileReader.

Implementation

Stream<ProgressEvent> get onLoadEnd => loadEndEvent.forTarget(this);