clearCache static method
Clear all local disk cache.
await CloudMedia.clearCache();
Implementation
static Future<void> clearCache() async {
_ensure();
await _provider!.clearCache();
}
Clear all local disk cache.
await CloudMedia.clearCache();
static Future<void> clearCache() async {
_ensure();
await _provider!.clearCache();
}