progressStream property

Stream<DownloadProgress> progressStream

Stream that emits download progress and status updates

The stream is opened when the plugin is initialized and is a broadcast stream so it can have multiple listeners at the same time.

Implementation

static Stream<DownloadProgress> get progressStream => _progressStream.stream;