currentRelease property

FutureOr<Release?> get currentRelease

Returns the current Release.

Implementation

FutureOr<Release?> get currentRelease => storage.currentRelease;