clear static method

void clear()

Implementation

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