didPush method
Invoked by the RouterComponent when this route is pushed to the top of the navigation stack.
Implementation
@internal
@override
void didPush(Route? previousRoute) => onPush(previousRoute);
Invoked by the RouterComponent when this route is pushed to the top of the navigation stack.
@internal
@override
void didPush(Route? previousRoute) => onPush(previousRoute);