clearCache method

Future<void> clearCache()

Implementation

Future<void> clearCache() async {
  await methodChannel.invokeMethod('clearCache');
}