DownloaderUtilsService constructor

DownloaderUtilsService(
  1. ConfigurationService _config,
  2. ContentService _contents,
  3. LanguageService _languages,
  4. StorageService _storage,
)

Implementation

DownloaderUtilsService(
  this._config,
  this._contents,
  this._languages,
  this._storage,
);