alloc static method

UIWindow alloc()

alloc

Implementation

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