clearCache method

Future<void> clearCache()

Clear the local cache

Implementation

Future<void> clearCache() async {
  await cacheService.clear();
}