saveRelease abstract method

FutureOr<bool> saveRelease(
  1. Release release
)

Saves the current release to this storage implementation.

Implementation

FutureOr<bool> saveRelease(Release release);