clearSslPreferences method
Clears the SSL preferences table stored in response to proceeding with SSL certificate errors.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebView.clearSslPreferences)
- Windows WebView2 (Official API - ICoreWebView2_3.ClearServerCertificateErrorActions)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<void> clearSslPreferences() => platform.clearSslPreferences();