DownloaderService constructor

DownloaderService(
  1. FileService _file,
  2. StorageService _storage,
  3. DownloaderUtilsService _utils,
  4. DownloaderStatusService status,
)

Implementation

DownloaderService(this._file, this._storage, this._utils, this.status);