UDownloadDestination.file constructor

const UDownloadDestination.file(
  1. String path
)

An explicit file path (native only).

Implementation

const UDownloadDestination.file(String path) : this._(UDownloadTarget.file, path: path);