hidePopupIfShowingFor method

void hidePopupIfShowingFor(
  1. List<Marker?> markers
)

Hide the popup but only if it is showing for one of the given markers.

Implementation

void hidePopupIfShowingFor(List<Marker?> markers) {
  streamController?.add(PopupEvent.hideInList(markers));
}