prune method

Future<void> prune()

Implementation

Future<void> prune() {
  return _dbOperation((db) => db.prune(keysToKeep: []));
}