AuthenticationService constructor
      
      AuthenticationService(
    
    
- AuthenticationApiService _authenticationApiService,
- AuthInfo _authInfo
Implementation
AuthenticationService(this._authenticationApiService, this._authInfo);