updateFloatingCursorAtPoint method

void updateFloatingCursorAtPoint(
  1. CGPoint point
)

updateFloatingCursorAtPoint:

Implementation

void updateFloatingCursorAtPoint(objc.CGPoint point) {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UITextField.updateFloatingCursorAtPoint:', iOS: (false, (9, 0, 0)));
  if (!objc.respondsToSelector(_$$ref.pointer, _sel_updateFloatingCursorAtPoint_)) {
    throw objc.UnimplementedOptionalMethodException('UITextField', 'updateFloatingCursorAtPoint:');
  }
  _objc_msgSend_iy8iz6(_$$ref.pointer, _sel_updateFloatingCursorAtPoint_, point);
}