onWrite property - FileWriter class - dart:html library (original) (raw)
Stream<ProgressEvent> getonWrite
Stream of write
events handled by this FileWriter.
Implementation
Stream<ProgressEvent> get onWrite => writeEvent.forTarget(this);
Stream<ProgressEvent> getonWrite
Stream of write
events handled by this FileWriter.
Stream<ProgressEvent> get onWrite => writeEvent.forTarget(this);