appearanceForTraitCollection static method
appearanceForTraitCollection:
Implementation
static UIWindow appearanceForTraitCollection(UITraitCollection trait) {
objc.checkOsVersionInternal('UIWindow.appearanceForTraitCollection:', iOS: (false, (8, 0, 0)));
final $ret = _objc_msgSend_1sotr3r(_class_UIWindow, _sel_appearanceForTraitCollection_, trait.ref.pointer);
return UIWindow.fromPointer($ret, retain: true, release: true);
}