activeDownload property
Returns the ReleaseDownload being active, if any.
Implementation
Rx<ReleaseDownload?> get activeDownload => _upgradeWorker.activeDownload;
Returns the ReleaseDownload being active, if any.
Rx<ReleaseDownload?> get activeDownload => _upgradeWorker.activeDownload;