delete abstract method

Future<bool> delete(
  1. String key, {
  2. bool? allowConcurrency,
  3. bool? allowUnconfirmed,
  4. bool? noCache,
})

Performs the delete operation.

Implementation

Future<bool> delete(
  String key, {
  bool? allowConcurrency,
  bool? allowUnconfirmed,
  bool? noCache,
});