onInfoWindowClick method

Stream<InfoWindowClickEvent> onInfoWindowClick({
  1. required int mapId,
})

Implementation

Stream<InfoWindowClickEvent> onInfoWindowClick({required int mapId}) =>
    _events(mapId).whereType<InfoWindowClickEvent>();