onLoad property
Stream of load
events handled by this FileReader.
Implementation
Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);
Stream of load
events handled by this FileReader.
Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);