deleteCache static method

Future<bool> deleteCache()

Implementation

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