RouteDeviationListener constructor
- void onRouteDeviationLambda()
This abstract class should be implemented in order to receive notifications about route deviations from Navigator.
Implementation
factory RouteDeviationListener(
void Function(RouteDeviation) onRouteDeviationLambda,
) => RouteDeviationListener$Lambdas(
onRouteDeviationLambda,
);