remove method

void remove()

Immediately removes this popover from the overlay without animations.

This method bypasses all closing animations and state management, directly removing the popover from the overlay stack. Use with caution as it may interrupt ongoing operations.

Implementation

void remove() {
  entry.remove();
}