blank static method

void blank()

Prints an empty line to the console.

Implementation

static void blank() {
  print('');
}