setNewTabRoute static method

Future<int?> setNewTabRoute(
  1. String tab, {
  2. String? routeId,
})

Implementation

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