showPopupFor method

void showPopupFor(
  1. Marker marker
)

Show the popup for the given marker. If the popup is already showing for that marker nothing happens.

Implementation

void showPopupFor(Marker marker) {
  streamController?.add(PopupEvent.show(marker));
}