remove method

void remove(
  1. PdfAnnotation annot
)

Removes the specified annotation from the collection.

Implementation

void remove(PdfAnnotation annot) {
  _helper._doRemove(annot);
}