DownloaderService constructor
DownloaderService(
- FileService _file,
- StorageService _storage,
- DownloaderUtilsService _utils,
- DownloaderStatusService status,
Implementation
DownloaderService(this._file, this._storage, this._utils, this.status);