beginIgnoringInteractionEvents method

  1. @Deprecated('Use UIView\'s userInteractionEnabled property instead')
void beginIgnoringInteractionEvents()

beginIgnoringInteractionEvents

Implementation

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