clearSslPreferences method

Future<void> clearSslPreferences()

Clears the SSL preferences table stored in response to proceeding with SSL certificate errors.

Officially Supported Platforms/Implementations:

Implementation

Future<void> clearSslPreferences() {
  throw UnimplementedError(
      'clearSslPreferences is not implemented on the current platform');
}