DownloadingFileOptions constructor

DownloadingFileOptions(
  1. bool areReusableAssets
)

Creates a new instance.

  • areReusableAssets Enables fetching the file from cache.

Implementation

DownloadingFileOptions(this.areReusableAssets);