clearCache method
Use PlatformInAppWebViewController.clearAllCache
instead
Implementation
@override
@Deprecated("Use InAppWebViewController.clearAllCache instead")
Future<void> clearCache() async {
Map<String, dynamic> args = <String, dynamic>{};
await channel?.invokeMethod('clearCache', args);
}