AndroidHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams constructor

AndroidHttpAuthCredentialDatabaseCreationParams.fromPlatformHttpAuthCredentialDatabaseCreationParams(
  1. PlatformHttpAuthCredentialDatabaseCreationParams params
)

Creates a AndroidHttpAuthCredentialDatabaseCreationParams instance based on PlatformHttpAuthCredentialDatabaseCreationParams.

Implementation

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