latestRelease property

Rx<Release?> get latestRelease

Returns the latest available fetched Release of application.

Implementation

Rx<Release?> get latestRelease => _upgradeWorker.latest;