AuthService constructor

AuthService({
  1. required NetworkService networkService,
})

Implementation

AuthService({required NetworkService networkService})
    : _networkService = networkService;