createPlatformHttpAuthCredentialDatabase method

  1. @override
AndroidHttpAuthCredentialDatabase createPlatformHttpAuthCredentialDatabase(
  1. PlatformHttpAuthCredentialDatabaseCreationParams params
)

Creates a new AndroidHttpAuthCredentialDatabase.

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

Implementation

@override
AndroidHttpAuthCredentialDatabase createPlatformHttpAuthCredentialDatabase(
  PlatformHttpAuthCredentialDatabaseCreationParams params,
) {
  return AndroidHttpAuthCredentialDatabase(params);
}