Stream<ProgressEvent> onProgress

Stream of progress events handled by this FileWriter.

Source

@DomName('FileWriter.onprogress')
@DocsEditable()
Stream<ProgressEvent> get onProgress => progressEvent.forTarget(this);