didChangeTabRoute method
called when tab route reactivates
Implementation
@override
void didChangeTabRoute(TabPageRoute route, TabPageRoute previousRoute) {
_logTab(route);
}
called when tab route reactivates
@override
void didChangeTabRoute(TabPageRoute route, TabPageRoute previousRoute) {
_logTab(route);
}