createPlatformHttpAuthCredentialDatabaseStatic method

PlatformHttpAuthCredentialDatabase createPlatformHttpAuthCredentialDatabaseStatic()

Creates a new empty PlatformHttpAuthCredentialDatabase to access static methods.

This function should only be called by the app-facing package. Look at using HttpAuthCredentialDatabase in flutter_inappwebview_forge instead.

Implementation

PlatformHttpAuthCredentialDatabase
createPlatformHttpAuthCredentialDatabaseStatic() {
  throw UnimplementedError(
    'createPlatformHttpAuthCredentialDatabaseStatic is not implemented on the current platform.',
  );
}