hide static method

void hide()

Implementation

static void hide() {
  _cursorHidden = true;
  _cursorChangedEvent.add(_cursorName);
}