remove method
Removes the specified attachment from the collection.
Implementation
void remove(PdfAttachment attachment) {
_helper._doRemove(attachment: attachment);
}
Removes the specified attachment from the collection.
void remove(PdfAttachment attachment) {
_helper._doRemove(attachment: attachment);
}