RoadEventsEventInfoSessionEventInfoListener constructor
RoadEventsEventInfoSessionEventInfoListener({})
Implementation
factory RoadEventsEventInfoSessionEventInfoListener(
{required void Function(mapkit_geo_object.GeoObject event)
onEventInfoReceived,
required void Function(runtime_error.Error error) onEventInfoError}) {
return RoadEventsEventInfoSessionEventInfoListenerImpl(
onEventInfoReceived: onEventInfoReceived,
onEventInfoError: onEventInfoError,
);
}