clearFileCache static method
Clear all file cache.
Implementation
static Future<void> clearFileCache() async {
await _plugin.clearFileCache();
}
Clear all file cache.
static Future<void> clearFileCache() async {
await _plugin.clearFileCache();
}