menu
download_file package
documentation
data/models/download_file_options.dart
DownloadFileOptions
DownloadFileOptions.new constructor
DownloadFileOptions.new constructor
dark_mode
light_mode
DownloadFileOptions
constructor
DownloadFileOptions
(
{
required
String
downloadUrl
,
required
String
fileName
,
String
?
customSavePath
,
})
Implementation
DownloadFileOptions({ required this.downloadUrl, required this.fileName, this.customSavePath, });
download_file package
documentation
data/models/download_file_options
DownloadFileOptions
DownloadFileOptions.new constructor
DownloadFileOptions class