OffRoadDestinationReachedListener constructor
- void onOffRoadDestinationReachedLambda()
This abstract class should be implemented in order to receive notifications from this class about the arrival at the off-road destination.
Implementation
factory OffRoadDestinationReachedListener(
void Function() onOffRoadDestinationReachedLambda,
) => OffRoadDestinationReachedListener$Lambdas(
onOffRoadDestinationReachedLambda,
);