menu
at_persistence_secondary_server package
documentation
at_persistence_secondary_server.dart
LogKeyStore<K, V>
removeAll abstract method
removeAll abstract method
dark_mode
light_mode
removeAll
abstract method
Future
<
void
>
removeAll
(
List
<
K
>
deleteKeysList
)
Removes the list of keys from storage.
Implementation
Future<void> removeAll(List<K> deleteKeysList);
at_persistence_secondary_server package
documentation
at_persistence_secondary_server
LogKeyStore<K, V>
removeAll abstract method
LogKeyStore class