AuthService constructor

AuthService(
  1. AbstractAuthRepository _authRepository,
  2. CredentialsDriftProvider _credentialsProvider,
  3. AccountDriftProvider _accountProvider
)

Implementation

AuthService(
  this._authRepository,
  this._credentialsProvider,
  this._accountProvider,
);