cleanCache static method
Clean medium file cache
Implementation
static Future<void> cleanCache() async {
_channel.invokeMethod('cleanCache', {});
}
Clean medium file cache
static Future<void> cleanCache() async {
_channel.invokeMethod('cleanCache', {});
}