preferredUserInterfaceStyle property

UIUserInterfaceStyle get preferredUserInterfaceStyle

preferredUserInterfaceStyle

Implementation

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