AuthRepositoryImpl constructor

AuthRepositoryImpl(
  1. Http _http,
  2. AuthService _authService
)

Implementation

AuthRepositoryImpl(this._http, this._authService);