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() {
throw UnimplementedError(
'clearSslPreferences is not implemented on the current platform');
}