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