clear static method

void clear()

Implementation

static void clear() {
  stdout.write('\x1B[2J\x1B[H');
}