WebDownloadService constructor
WebDownloadService(
- WebFileSystemService _fileSystem,
- WebJsInterop _jsInterop,
- BlobUrlManager _blobUrlManager,
- WebCacheService cacheService,
Implementation
WebDownloadService(
this._fileSystem,
this._jsInterop,
this._blobUrlManager,
this.cacheService,
);