moveToTopLeft method

void moveToTopLeft()

Implementation

void moveToTopLeft() {
  _stdout.write(ConsoleStrings.cursorToHome);
}