PipeService constructor
PipeService(
- ConfigurationService _config,
- FileService _file,
- DownloaderService _downloader,
- LanguageService _language,
Implementation
PipeService(this._config, this._file, this._downloader, this._language);