onTap method
A Map has been tapped at a certain LatLng.
Implementation
Stream<MapTapEvent> onTap({required int mapId}) {
throw UnimplementedError('onTap() has not been implemented.');
}
A Map has been tapped at a certain LatLng.
Stream<MapTapEvent> onTap({required int mapId}) {
throw UnimplementedError('onTap() has not been implemented.');
}