@DocsEditable(), @DomName('FileWriter.onwriteend')
Stream of writeend
events handled by this FileWriter.
Source
@DomName('FileWriter.onwriteend')
@DocsEditable()
Stream<ProgressEvent> get onWriteEnd => writeEndEvent.forTarget(this);
Stream of writeend
events handled by this FileWriter.
@DomName('FileWriter.onwriteend')
@DocsEditable()
Stream<ProgressEvent> get onWriteEnd => writeEndEvent.forTarget(this);