menu
messenger
ui/worker/upgrade.dart
UpgradeWorker
activeDownload property
activeDownload
dark_mode
light_mode
activeDownload
property
Rx
<
ReleaseDownload
?
>
activeDownload
final
ReleaseDownload
being active.
Implementation
final Rx<ReleaseDownload?> activeDownload = Rx(null);
messenger
upgrade
UpgradeWorker
activeDownload property
UpgradeWorker class