motionEnded method

void motionEnded(
  1. UIEventSubtype motion, {
  2. UIEvent? withEvent,
})

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);

}