Tab Navigation Actions
static Future<int?> setNewTabIndex(int index) async { return await _tabRouter?.currentState?.setNewIndex(index); }