TabView method

Future<void> TabView(
  1. String tab
)

Implementation

Future<void> TabView(String tab) async {
  return _instance.TabView(tab);
}