downloadFile abstract method

Future<bool> downloadFile(
  1. Uint8List fileBytes,
  2. String saveName, {
  3. String savePath = '',
})

Implementation

Future<bool> downloadFile(Uint8List fileBytes, String saveName, {String savePath = ''});