shouldUpdateFocusInContext method
Asks whether the system should allow a focus update to occur.
Implementation
bool shouldUpdateFocusInContext(UIFocusUpdateContext context) {
final _$$ref$2 = object$.ref;
final _$$ref$3 = context.ref;
objc.checkOsVersionInternal('UIViewController.shouldUpdateFocusInContext:', iOS: (false, (9, 0, 0)));
return _objc_msgSend_19nvye5(_$$ref$2.pointer, _sel_shouldUpdateFocusInContext_, _$$ref$3.pointer);
}