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