clearAttachments method

void clearAttachments()

Clears the message attachments.

Implementation

void clearAttachments() {
  attachments = [];
}