RouteProgressListener constructor
- void onRouteProgressUpdatedLambda()
This abstract class should be implemented in order to receive notifications about the route progress from Navigator.
Implementation
factory RouteProgressListener(
void Function(RouteProgress) onRouteProgressUpdatedLambda,
) => RouteProgressListener$Lambdas(
onRouteProgressUpdatedLambda,
);