downloadProgressStream property

Stream<double> get downloadProgressStream

Stream of download progress (0.0 to 100.0)

Implementation

Stream<double> get downloadProgressStream =>
    _downloadProgressController.stream;