UploadTask constructor
const
UploadTask({})
Implementation
const UploadTask({
required this.uploadId,
required this.filePath,
required this.url,
this.method = 'POST',
this.headers = const {},
this.fields = const {},
this.fileFieldName = 'file',
this.notificationTitle,
this.notificationDescription,
this.showNotification = true,
});