clearCache method

Future<void> clearCache()

Implementation

Future<void> clearCache() async => await _channel.invokeMethod('cleanCache');