onInfoWindowClose method

Stream<InfoWindowCloseEvent> onInfoWindowClose({
  1. required int mapId,
})

Implementation

Stream<InfoWindowCloseEvent> onInfoWindowClose({required int mapId}) =>
    _events(mapId).whereType<InfoWindowCloseEvent>();