shareFiles abstract method

  1. @Deprecated('Method will be removed from SDK since method is moved to app layer')
Future<Map<String, FileTransferObject>> shareFiles(
  1. List<String> sharedWithAtSigns,
  2. String key,
  3. String fileUrl,
  4. String encryptionKey,
  5. List<FileStatus> fileStatus, {
  6. DateTime? date,
})

re sends file notifications to sharedWithAtSigns returns Map<String, FileTransferObject> which contains transfer status for each atsign.

Implementation

@Deprecated(
    'Method will be removed from SDK since method is moved to app layer')
Future<Map<String, FileTransferObject>> shareFiles(
    List<String> sharedWithAtSigns,
    String key,
    String fileUrl,
    String encryptionKey,
    List<FileStatus> fileStatus,
    {DateTime? date});