clearAttachments method
void
clearAttachments()
Implementation
void clearAttachments() {
attachments.clear();
attachments.refresh();
update();
}
void clearAttachments() {
attachments.clear();
attachments.refresh();
update();
}