onWriteEnd property

Stream<ProgressEvent> onWriteEnd
@DocsEditable(), @DomName('FileWriter.onwriteend')

Stream of writeend events handled by this FileWriter.

Implementation

@DomName('FileWriter.onwriteend')
@DocsEditable()
Stream<ProgressEvent> get onWriteEnd => writeEndEvent.forTarget(this);