saveToDownloads method

Future<String?> saveToDownloads(
  1. String sourcePath,
  2. String fileName
)

Save file to downloads directory

Implementation

Future<String?> saveToDownloads(String sourcePath, String fileName) {
  throw UnimplementedError('saveToDownloads() has not been implemented.');
}