clear abstract method

Future<void> clear()

Clears the store.

  • This method will delete all the values for all the keys.
  • This method will not delete the store itself.

Implementation

Future<void> clear();