RoadTextsListener constructor
- void onRoadTextsUpdatedLambda()
This abstract class should be implemented in order to receive textual attributes of the current road.
Implementation
factory RoadTextsListener(
void Function(RoadTexts) onRoadTextsUpdatedLambda,
) => RoadTextsListener$Lambdas(
onRoadTextsUpdatedLambda,
);