onWriteStart property - FileWriter class - dart:html library (original) (raw)
Stream<ProgressEvent> getonWriteStart
Stream of writestart
events handled by this FileWriter.
Implementation
Stream<ProgressEvent> get onWriteStart => writeStartEvent.forTarget(this);