uploadFile abstract method

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

Future<Map<String, FileTransferObject>> uploadFile(
    List<File> files, List<String> sharedWithAtSigns);