supportedInterfaceOrientationsForWindow method

int supportedInterfaceOrientationsForWindow(
  1. UIWindow? window
)

supportedInterfaceOrientationsForWindow:

Implementation

int supportedInterfaceOrientationsForWindow(UIWindow? window) {
  final _$$ref = object$.ref;
  final _$$ref$1 = window?.ref;
  objc.checkOsVersionInternal('UIApplication.supportedInterfaceOrientationsForWindow:', iOS: (false, (6, 0, 0)));
  return _objc_msgSend_1369ey(
    _$$ref.pointer,
    _sel_supportedInterfaceOrientationsForWindow_,
    _$$ref$1?.pointer ?? ffi.nullptr,
  );
}