clearAllCache method

Future<bool> clearAllCache()

Implementation

Future<bool> clearAllCache() {
  return FlutterCachePluginPlatform.instance.clearAllCache();
}