clearAllCache method

  1. @override
Future<bool> clearAllCache()
override

Implementation

@override
Future<bool> clearAllCache() async {
  return await methodChannel.invokeMethod("clearAllCache");
}