remove method

void remove(
  1. PdfRadioButtonListItem item
)

Removes the specified item from the collection.

Implementation

void remove(PdfRadioButtonListItem item) {
  _helper.doRemove(item);
}