clearAllAuthCredentials method
Removes all the HTTP auth credentials saved in the database.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
Implementation
@override
Future<void> clearAllAuthCredentials() async {
Map<String, dynamic> args = <String, dynamic>{};
await channel?.invokeMethod('clearAllAuthCredentials', args);
}