deleteAll abstract method

Future<void> deleteAll({
  1. bool? allowConcurrency,
  2. bool? allowUnconfirmed,
  3. bool? noCache,
})

Performs the deleteAll operation.

Implementation

Future<void> deleteAll({
  bool? allowConcurrency,
  bool? allowUnconfirmed,
  bool? noCache,
});