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