downloadProgressStream property

Stream<double> downloadProgressStream

Emits the current download progress as a double value from 0.0 (nothing downloaded) to 1.0 (download complete).

Implementation

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