DefaultCredentialsManager constructor

DefaultCredentialsManager(
  1. Account _account,
  2. UserAgent _userAgent, {
  3. LocalAuthentication? localAuthentication,
})

Implementation

DefaultCredentialsManager(this._account, this._userAgent,
    {final LocalAuthentication? localAuthentication})
    : _localAuthentication = localAuthentication;