clearCache method

Future<void> clearCache()

Deletes the cache used by the application.

Implementation

Future<void> clearCache() => CacheWorker.instance.clear();