new$ static method

UIApplication new$()

new

Implementation

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