reset method

Future<void> reset()
override

Empty the store

Implementation

Future<void> reset() => box.clear();