removeAll abstract method

Future<void> removeAll(
  1. List<K> deleteKeysList
)

Removes the list of keys from storage.

Implementation

Future<void> removeAll(List<K> deleteKeysList);