clearAllAuthCredentials method
Removes all the HTTP auth credentials saved in the database.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- macOS WKWebView
- Linux WPE WebKit
Use the PlatformHttpAuthCredentialDatabase.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<void> clearAllAuthCredentials() => platform.clearAllAuthCredentials();