remove method
Removes the specified annotation from the collection.
Implementation
void remove(PdfAnnotation annot) {
_helper._doRemove(annot);
}
Removes the specified annotation from the collection.
void remove(PdfAnnotation annot) {
_helper._doRemove(annot);
}