downloadFile abstract method

Future<bool> downloadFile(
  1. String fileName,
  2. Uint8List fileBytes, {
  3. String? savePath,
})

Implementation

Future<bool> downloadFile(String fileName, Uint8List fileBytes, {String? savePath});