step static method

void step(
  1. String message
)

Implementation

static void step(String message) {
  print('\x1B[36m➜\x1B[0m $message');
}