PlatformHttpAuthCredentialDatabase.implementation constructor

  1. @protected
PlatformHttpAuthCredentialDatabase.implementation(
  1. PlatformHttpAuthCredentialDatabaseCreationParams params
)

Used by the platform implementation to create a new PlatformHttpAuthCredentialDatabase.

Should only be used by platform implementations because they can't extend a class that only contains a factory constructor.

Implementation

@protected
PlatformHttpAuthCredentialDatabase.implementation(this.params)
    : super(token: _token);