cleanCache static method

Future<void> cleanCache()

Clean medium file cache

Implementation

static Future<void> cleanCache() async {
  _channel.invokeMethod('cleanCache', {});
}