step static method

void step(
  1. String message
)

Implementation

static void step(String message) {
  print('$cyan$boldâž” $message$reset');
}