CancelUploadFile constructor

const CancelUploadFile({
  1. required int fileId,
})

Stops the uploading of a file. Supported only for files uploaded by using uploadFile. For other files the behavior is undefined

Implementation

const CancelUploadFile({
  required this.fileId,
});