endFloatingCursor method

void endFloatingCursor()

endFloatingCursor

Implementation

void endFloatingCursor() {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UITextField.endFloatingCursor', iOS: (false, (9, 0, 0)));
  if (!objc.respondsToSelector(_$$ref.pointer, _sel_endFloatingCursor)) {
    throw objc.UnimplementedOptionalMethodException('UITextField', 'endFloatingCursor');
  }
  _objc_msgSend_1pl9qdv(_$$ref.pointer, _sel_endFloatingCursor);
}