step static method

void step(
  1. String msg
)

Implementation

static void step(String msg) {
  print('');
  print('  $_cy$_b▶  $msg$_r');
}