IOSHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams constructor
IOSHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams(
- PlatformHttpAuthCredentialDatabaseCreationParams params
Creates a IOSHttpAuthCredentialDatabaseCreationParams instance based on PlatformHttpAuthCredentialDatabaseCreationParams.
Implementation
factory IOSHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams(
PlatformHttpAuthCredentialDatabaseCreationParams params) {
return IOSHttpAuthCredentialDatabaseCreationParams(params);
}