clearAttachments method

void clearAttachments()

Implementation

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