AndroidHttpAuthCredentialDatabaseCreationParams constructor
const
AndroidHttpAuthCredentialDatabaseCreationParams(
- PlatformHttpAuthCredentialDatabaseCreationParams params
Creates a new AndroidHttpAuthCredentialDatabaseCreationParams instance.
Implementation
const AndroidHttpAuthCredentialDatabaseCreationParams(
// This parameter prevents breaking changes later.
// ignore: avoid_unused_constructor_parameters
PlatformHttpAuthCredentialDatabaseCreationParams params,
) : super();