clearCache method
Use PlatformInAppWebViewController.clearAllCache instead
Implementation
@Deprecated("Use InAppWebViewController.clearAllCache instead")
Future<void> clearCache() => platform.clearCache();
Use PlatformInAppWebViewController.clearAllCache instead
@Deprecated("Use InAppWebViewController.clearAllCache instead")
Future<void> clearCache() => platform.clearCache();