step static method
Prints a step/progress message in blue.
Implementation
static void step(String msg) => print('$blue$boldâ–¶ $reset$bold$msg$reset');
Prints a step/progress message in blue.
static void step(String msg) => print('$blue$boldâ–¶ $reset$bold$msg$reset');