updateTabBarItems method
Updates the tab bar items
Implementation
Future<void> updateTabBarItems(List<TabBarItem> items) {
throw UnimplementedError('updateTabBarItems() has not been implemented.');
}
Updates the tab bar items
Future<void> updateTabBarItems(List<TabBarItem> items) {
throw UnimplementedError('updateTabBarItems() has not been implemented.');
}