onWriteEnd property - FileWriter class - dart:html library (original) (raw)
Stream<ProgressEvent> getonWriteEnd
Stream of writeend
events handled by this FileWriter.
Implementation
Stream<ProgressEvent> get onWriteEnd => writeEndEvent.forTarget(this);