supportedInterfaceOrientations property

UIInterfaceOrientationMask get supportedInterfaceOrientations

supportedInterfaceOrientations

Implementation

UIInterfaceOrientationMask get supportedInterfaceOrientations {
  objc.checkOsVersionInternal('UIViewController.supportedInterfaceOrientations', iOS: (false, (6, 0, 0)));
  final _ret = _objc_msgSend_1yyvh1k(this.ref.pointer, _sel_supportedInterfaceOrientations);
  return UIInterfaceOrientationMask.fromValue(_ret);
}