onRouteActivated property

Stream<RouterState> onRouteActivated

Emits the next router state after a new route is activated.

Note, this should occur before current is updated.

Implementation

Stream<RouterState> get onRouteActivated => stream;