didInitTabRoute method
called when a tab route activates
Implementation
@override
void didInitTabRoute(TabPageRoute route, TabPageRoute? previousRoute) {
_logTab(route);
}
called when a tab route activates
@override
void didInitTabRoute(TabPageRoute route, TabPageRoute? previousRoute) {
_logTab(route);
}