clear abstract method
Clears the store.
- This method will delete all the
values for all thekeys. - This method will not delete the store itself.
Implementation
Future<void> clear();
Clears the store.
values for all the keys.Future<void> clear();