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