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