endIgnoringInteractionEvents method
- @Deprecated('Use UIView\'s userInteractionEnabled property instead')
endIgnoringInteractionEvents
Implementation
@Deprecated('Use UIView\'s userInteractionEnabled property instead')
void endIgnoringInteractionEvents() {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIApplication.endIgnoringInteractionEvents', iOS: (false, (2, 0, 0)));
_objc_msgSend_1pl9qdv(_$$ref.pointer, _sel_endIgnoringInteractionEvents);
}