tabBar$5 method
void
tabBar$5(})
tabBar:willEndCustomizingItems:changed:
Implementation
void tabBar$5(UITabBar tabBar, {required objc.NSArray willEndCustomizingItems, required bool changed}) {
final _$$ref = object$.ref;
final _$$ref$1 = tabBar.ref;
final _$$ref$2 = willEndCustomizingItems.ref;
if (!objc.respondsToSelector(_$$ref.pointer, _sel_tabBar_willEndCustomizingItems_changed_)) {
throw objc.UnimplementedOptionalMethodException('UITabBarController', 'tabBar:willEndCustomizingItems:changed:');
}
_objc_msgSend_1lhy15d(
_$$ref.pointer,
_sel_tabBar_willEndCustomizingItems_changed_,
_$$ref$1.pointer,
_$$ref$2.pointer,
changed,
);
}