hide method

void hide()

Implementation

void hide() {
  Console.hideCursor();
}