CancelPreliminaryUploadFile constructor
const
CancelPreliminaryUploadFile({
- required int fileId,
Stops the preliminary uploading of a file. Supported only for files uploaded by using preliminaryUploadFile. For other files the behavior is undefined
Implementation
const CancelPreliminaryUploadFile({
required this.fileId,
});