DownloaderStatusService constructor

DownloaderStatusService(
  1. AuthService _auth,
  2. ConfigurationService _config,
  3. LanguageService _languages,
  4. TourService _tours,
  5. DownloaderUtilsService _utils,
)

Implementation

DownloaderStatusService(
  this._auth,
  this._config,
  this._languages,
  this._tours,
  this._utils,
);