BaseApiService constructor
BaseApiService(
- NetworkService _networkService,
- AuthInfo _authInfo
Implementation
BaseApiService(this._networkService, this._authInfo);