command static method

void command(
  1. String message
)

Prints a formatted command execution message.

Implementation

static void command(String message) {
  _logger.info(yellow.wrap('🚀 $message'));
}