removeFileUpload method
Implementation
void removeFileUpload(FileAttachment upload) {
upload.removeListener(notifyListeners);
_attachmentUploads.remove(upload);
notifyListeners();
}
void removeFileUpload(FileAttachment upload) {
upload.removeListener(notifyListeners);
_attachmentUploads.remove(upload);
notifyListeners();
}