AuthService constructor
AuthService({
- required NetworkService networkService,
Implementation
AuthService({required NetworkService networkService})
: _networkService = networkService;