copyFileIntoDownloadFolder method
Implementation
Future<SavedDownload?> copyFileIntoDownloadFolder(
String filePath,
String fileName, {
File? file,
String? desiredExtension,
String? subDirectoryPath,
bool openAfterSave = false,
}) => throw UnimplementedError(
'copyFileIntoDownloadFolder() has not been implemented.',
);