activeDownload property

Rx<ReleaseDownload?> get activeDownload

Returns the ReleaseDownload being active, if any.

Implementation

Rx<ReleaseDownload?> get activeDownload => _upgradeWorker.activeDownload;