sendEvent method

void sendEvent(
  1. UIEvent event
)

sendEvent:

Implementation

void sendEvent(UIEvent event) {
  final _$$ref = object$.ref;
  final _$$ref$1 = event.ref;
  objc.checkOsVersionInternal('UIApplication.sendEvent:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_xtuoz7(_$$ref.pointer, _sel_sendEvent_, _$$ref$1.pointer);
}