saveManifest abstract method

FutureOr<bool> saveManifest(
  1. ReleaseManifest manifest
)

Saves the current manifest to this storage implementation.

Implementation

FutureOr<bool> saveManifest(ReleaseManifest manifest);