HttpAuthCredentialDatabase.fromPlatform constructor

HttpAuthCredentialDatabase.fromPlatform(
  1. PlatformHttpAuthCredentialDatabase platform
)

Constructs a HttpAuthCredentialDatabase from a specific platform implementation.

Implementation

HttpAuthCredentialDatabase.fromPlatform(this.platform);