downloadFile abstract method

Future<List<File>> downloadFile(
  1. String transferId,
  2. String sharedByAtSign, {
  3. String? downloadPath,
})

Downloads the list of files for a given transferId shared by sharedByAtSign Optionally you can pass downloadPath to download the files.

Implementation

Future<List<File>> downloadFile(String transferId, String sharedByAtSign,
    {String? downloadPath});