clearAllCache method

void clearAllCache()

Clear all cache of the cache storage.

Implementation

void clearAllCache() async {
  await _storage.clearAll();
}