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