deleteCache method

Future<void> deleteCache()

Implementation

Future<void> deleteCache() async {
  _store.clear();
}