onProgress property - FileWriter class - dart:html library (original) (raw)

description

Stream<ProgressEvent> getonProgress

Stream of progress events handled by this FileWriter.

Implementation

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