JunctionViewLaneAssistanceListener constructor
- void onLaneAssistanceUpdatedLambda()
This abstract class should be implemented in order to receive notifications on JunctionViewLaneAssistance.
See JunctionViewLaneAssistance documentation for further details.
Implementation
factory JunctionViewLaneAssistanceListener(
void Function(JunctionViewLaneAssistance) onLaneAssistanceUpdatedLambda,
) => JunctionViewLaneAssistanceListener$Lambdas(
onLaneAssistanceUpdatedLambda,
);