downloadFile abstract method

  1. @Deprecated('Method will be removed from SDK since method is moved to app layer')
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

@Deprecated(
    'Method will be removed from SDK since method is moved to app layer')
Future<List<File>> downloadFile(String transferId, String sharedByAtSign,
    {String? downloadPath});