clearCache method

Future<void> clearCache()

Implementation

Future<void> clearCache() async {
  _client.cache.store.reset();
}