deleteItems abstract method
Clears all items matching the given DeleteListOperation.details.
Implementation
Future<DeleteResult<T>> deleteItems(DeleteListOperation<T> operation);
Clears all items matching the given DeleteListOperation.details.
Future<DeleteResult<T>> deleteItems(DeleteListOperation<T> operation);