unregister method

void unregister(
  1. UIPopupMenu popup
)

Implementation

void unregister(UIPopupMenu popup) {
  _popups.remove(popup);
}