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