delete abstract method

Future<bool> delete(
  1. String key
)

Deletes a snapshot from storage.

Parameters:

  • key: The key/identifier of the snapshot to delete

Returns: A Future that completes with true if the snapshot was deleted, false if it didn't exist.

Implementation

Future<bool> delete(String key);