step static method

void step(
  1. String message
)

Implementation

static void step(String message) => stdout.writeln('📦 $message');