divider method

void divider()

Implementation

void divider() {
  print(_grayPen('--------------------------------------------------'));
}