WebDownloadService constructor
WebDownloadService(
- WebFileSystemService _fileSystem,
- WebJsInterop _jsInterop,
- BlobUrlManager _blobUrlManager,
- WebCacheService cacheService, {
- WebOPFSService? opfsService,
- WebStorageMode webStorageMode = WebStorageMode.cacheApi,
Implementation
WebDownloadService(
this._fileSystem,
this._jsInterop,
this._blobUrlManager,
this.cacheService, {
this.opfsService,
this.webStorageMode = WebStorageMode.cacheApi,
});