preferredUserInterfaceStyle property
UIUserInterfaceStyle
get
preferredUserInterfaceStyle
preferredUserInterfaceStyle
Implementation
UIUserInterfaceStyle get preferredUserInterfaceStyle {
objc.checkOsVersionInternal('UIViewController.preferredUserInterfaceStyle', iOS: (true, null));
final $ret = _objc_msgSend_2x5ago(object$.ref.pointer, _sel_preferredUserInterfaceStyle);
return UIUserInterfaceStyle.fromValue($ret);
}