createPlatformHttpAuthCredentialDatabase method
AndroidHttpAuthCredentialDatabase
createPlatformHttpAuthCredentialDatabase(
- 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);
}