AuthenticationApiService constructor

AuthenticationApiService(
  1. NetworkService _networkService,
  2. AuthInfo _authInfo
)

Implementation

AuthenticationApiService(this._networkService, this._authInfo);