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