new$ static method

new

Implementation

static UITabBarController new$() {
  final $ret = _objc_msgSend_151sglz(_class_UITabBarController, _sel_new);
  return UITabBarController.fromPointer($ret, retain: false, release: true);
}