WebDownloadService constructor

WebDownloadService(
  1. WebFileSystemService _fileSystem,
  2. WebJsInterop _jsInterop,
  3. BlobUrlManager _blobUrlManager,
  4. WebCacheService cacheService,
)

Implementation

WebDownloadService(
  this._fileSystem,
  this._jsInterop,
  this._blobUrlManager,
  this.cacheService,
);