routeListener property

(void Function(RouteInformation, BeamerDelegate)?) routeListener
final

The routeListener will be called on every navigation event and will receive the configuration and a reference to this delegate.

Implementation

final void Function(RouteInformation, BeamerDelegate)? routeListener;