reuploadFiles abstract method

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

re uploads file in fileTransferObject.fileUrl returns list of FileStatus which contains upload status of each file.

Implementation

@Deprecated(
    'Method will be removed from SDK since method is moved to app layer')
Future<List<FileStatus>> reuploadFiles(
    List<File> files, FileTransferObject fileTransferObject);