appearance static method

UIWindow appearance()

appearance

Implementation

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