remove method

void remove(
  1. PdfAttachment attachment
)

Removes the specified attachment from the collection.

Implementation

void remove(PdfAttachment attachment) {
  _helper._doRemove(attachment: attachment);
}