void pushAnonymousRoute(String route, {int? currTab}) { _history.push(RouteHistoryItem(route, currTab, isPage: false)); }