currentReleasePath property

FutureOr<String?> get currentReleasePath

Returns the current Release storage path.

Implementation

FutureOr<String?> get currentReleasePath => storage.currentReleasePath;