IOSHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams constructor

IOSHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams(
  1. PlatformHttpAuthCredentialDatabaseCreationParams params
)

Creates a IOSHttpAuthCredentialDatabaseCreationParams instance based on PlatformHttpAuthCredentialDatabaseCreationParams.

Implementation

factory IOSHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams(
    PlatformHttpAuthCredentialDatabaseCreationParams params) {
  return IOSHttpAuthCredentialDatabaseCreationParams(params);
}