WebDownloadService constructor

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

Implementation

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