httpService property
HttpService
get
httpService
Implementation
HttpService get httpService {
if (_httpService == null) {
throw ServiceUnavailable("http_service");
}
return _httpService!;
}