removeInteraction method
removeInteraction:
Implementation
void removeInteraction(UIInteraction interaction) {
final _$$ref = object$.ref;
final _$$ref$1 = interaction.ref;
objc.checkOsVersionInternal('UIView.removeInteraction:', iOS: (false, (11, 0, 0)));
_objc_msgSend_xtuoz7(_$$ref.pointer, _sel_removeInteraction_, _$$ref$1.pointer);
}