motionEnded method
motionEnded:withEvent:
Implementation
void motionEnded(UIEventSubtype motion, {UIEvent? withEvent}) {
objc.checkOsVersionInternal('UIResponder.motionEnded:withEvent:', iOS: (false, (3, 0, 0)));
_objc_msgSend_pov02z(this.ref.pointer, _sel_motionEnded_withEvent_, motion.value, withEvent?.ref.pointer ?? ffi.nullptr);
}