copyFileIntoDownloadFolder method

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

Implementation

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