removeAttachment method

bool removeAttachment(
  1. AttachmentProperty attachment
)
inherited

Removes the given attachment returning true when the attachment was found

Implementation

bool removeAttachment(AttachmentProperty attachment) =>
    properties.remove(attachment);