CancelUploadFile constructor
const
CancelUploadFile({
- 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,
});