deleteEntries abstract method

Future<bool> deleteEntries(
  1. Iterable<String> keys, {
  2. bool? allowConcurrency,
  3. bool? allowUnconfirmed,
  4. bool? noCache,
})

Performs the deleteEntries operation.

Implementation

Future<bool> deleteEntries(
  Iterable<String> keys, {
  bool? allowConcurrency,
  bool? allowUnconfirmed,
  bool? noCache,
});