clearSslPreferences method
Clears the SSL preferences table stored in response to proceeding with SSL certificate errors.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.clearSslPreferences)
Implementation
Future<void> clearSslPreferences() => platform.clearSslPreferences();