uploadFile abstract method

  1. @Deprecated('Method will be removed from SDK since method is moved to app layer')
Future<Map<String, FileTransferObject>> uploadFile(
  1. List<File> files,
  2. List<String> sharedWithAtSigns
)

Uploads list of files to filebin and shares the file download url with sharedWithAtSigns returns map containing key of each sharedWithAtSign and value of FileTransferObject

Implementation

@Deprecated(
    'Method will be removed from SDK since method is moved to app layer')
Future<Map<String, FileTransferObject>> uploadFile(
    List<File> files, List<String> sharedWithAtSigns);