AuthService constructor

AuthService(
  1. ConfigurationService _config,
  2. NetworkService _network
)

Implementation

AuthService(this._config, this._network);