static Future<int?> setNewTabRoute(String tab, {String? routeId}) async { return await _tabRouter?.currentState?.setNewRoute(tab, routeId: routeId); }