onWrite property

Stream<ProgressEvent> onWrite
@DocsEditable(), @DomName('FileWriter.onwrite')

Stream of write events handled by this FileWriter.

Implementation

@DomName('FileWriter.onwrite')
@DocsEditable()
Stream<ProgressEvent> get onWrite => writeEvent.forTarget(this);