checkManifest abstract method

FutureOr<bool> checkManifest(
  1. ReleaseManifest manifest, {
  2. bool verbose = false,
})

Checks the manifest with the stored files to this storage implementation.

Implementation

FutureOr<bool> checkManifest(ReleaseManifest manifest,
    {bool verbose = false});