removePreview method

void removePreview()

Implementation

void removePreview() {
  attributes?.remove(msgPreviewKey);
}