clearAllAuthCredentials method

Future<void> clearAllAuthCredentials()

Removes all the HTTP auth credentials saved in the database.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

Future<void> clearAllAuthCredentials() => platform.clearAllAuthCredentials();