new$ static method

new

Implementation

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