copyFileIntoDownloadFolder method

Future<File?> copyFileIntoDownloadFolder(
  1. String filePath,
  2. String fileName, {
  3. File? file,
  4. String? desiredExtension,
  5. String? subDirectoryPath,
})

Implementation

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