clearCache method

Future<void> clearCache()

Clears the cache.

Implementation

Future<void> clearCache() => storage.delete(key: key);