supportedInterfaceOrientationsForWindow method

int supportedInterfaceOrientationsForWindow(
  1. UIWindow? window
)

supportedInterfaceOrientationsForWindow:

Implementation

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