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

description

Stream<ProgressEvent> getonLoad

Stream of load events handled by this FileReader.

Implementation

Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);