clearAllCache method

Future<void> clearAllCache()

Clear all API cache entries.

Implementation

Future<void> clearAllCache() async {
  await ny_cache.cache().flush();
}