onProgress property

Stream<ProgressEvent> onProgress

Stream of progress events handled by this FileWriter.

Implementation

Stream<ProgressEvent> get onProgress => progressEvent.forTarget(this);