HttpAuthCredentialDatabase constructor

HttpAuthCredentialDatabase()

Class that implements a singleton object (shared instance) which manages the shared HTTP auth credentials cache.

Implementation

HttpAuthCredentialDatabase()
  : this.fromPlatformCreationParams(
      const PlatformHttpAuthCredentialDatabaseCreationParams(),
    );