automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers method
- @Deprecated('Deprecated')
automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers
Implementation
@Deprecated('Deprecated')
bool automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers() {
final _$$ref = object$.ref;
objc.checkOsVersionInternal(
'UIViewController.automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers',
iOS: (false, (5, 0, 0)),
);
return _objc_msgSend_91o635(
_$$ref.pointer,
_sel_automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers,
);
}