NavigableLocationListener constructor
This abstract class should be implemented in order to receive notifications about the current location from Navigator.
Implementation
factory NavigableLocationListener(
void Function(NavigableLocation) onNavigableLocationUpdatedLambda,
) => NavigableLocationListener$Lambdas(
onNavigableLocationUpdatedLambda,
);