interfaceOrientation property

UIInterfaceOrientation get interfaceOrientation

interfaceOrientation

Implementation

UIInterfaceOrientation get interfaceOrientation {
  objc.checkOsVersionInternal('UIViewController.interfaceOrientation', iOS: (false, (2, 0, 0)));
  final _ret = _objc_msgSend_14s25dk(this.ref.pointer, _sel_interfaceOrientation);
  return UIInterfaceOrientation.fromValue(_ret);
}