DownloaderStatusService constructor
DownloaderStatusService(
- AuthService _auth,
- ConfigurationService _config,
- LanguageService _languages,
- TourService _tours,
- DownloaderUtilsService _utils,
Implementation
DownloaderStatusService(
this._auth,
this._config,
this._languages,
this._tours,
this._utils,
);