AuthService constructor
- AbstractAuthRepository _authRepository,
- CredentialsDriftProvider _credentialsProvider,
- AccountDriftProvider _accountProvider
Implementation
AuthService(
this._authRepository,
this._credentialsProvider,
this._accountProvider,
);