clearScreen method

void clearScreen()

Implementation

void clearScreen() {
  print('\x1B[2J\x1B[0;0H');
}