clear abstract method
Clears the store.
- This method will delete all the
value
s for all thekey
s. - This method will not delete the store itself.
Implementation
Future<void> clear();
Clears the store.
value
s for all the key
s.Future<void> clear();