clearCache method
Use PlatformInAppWebViewController.clearAllCache instead
Implementation
@Deprecated("Use InAppWebViewController.clearAllCache instead")
Future<void> clearCache() {
throw UnimplementedError(
'clearCache is not implemented on the current platform');
}