WebDownloadService constructor

WebDownloadService(
  1. WebFileSystemService _fileSystem,
  2. WebJsInterop _jsInterop,
  3. BlobUrlManager _blobUrlManager,
  4. WebCacheService cacheService, {
  5. WebOPFSService? opfsService,
  6. WebStorageMode webStorageMode = WebStorageMode.cacheApi,
})

Implementation

WebDownloadService(
  this._fileSystem,
  this._jsInterop,
  this._blobUrlManager,
  this.cacheService, {
  this.opfsService,
  this.webStorageMode = WebStorageMode.cacheApi,
});