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