delete abstract method

Future<bool> delete(
  1. String key, {
  2. String? sharedWith,
  3. bool isPublic = false,
})

delete

Implementation

Future<bool> delete(String key, {String? sharedWith, bool isPublic = false});