cleanCache static method

Future<bool> cleanCache()

Implementation

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