new$ static method

UIWindow new$()

new

Implementation

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