UDownloadDestination.file constructor
const
UDownloadDestination.file(
- String path
An explicit file path (native only).
Implementation
const UDownloadDestination.file(String path) : this._(UDownloadTarget.file, path: path);