validateCommand method

void validateCommand(
  1. UICommand command
)

validateCommand:

Implementation

void validateCommand(UICommand command) {
  objc.checkOsVersionInternal('UIResponder.validateCommand:', iOS: (false, (13, 0, 0)));
  _objc_msgSend_xtuoz7(this.ref.pointer, _sel_validateCommand_, command.ref.pointer);
}