createPlatformHttpAuthCredentialDatabase method

Creates a new PlatformHttpAuthCredentialDatabase.

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

Implementation

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