printHeader static method

void printHeader()

Implementation

static void printHeader() {
  print('');
  print('Flutter TestMap');
  print('');
}