info static method

void info(
  1. String message
)

Implementation

static void info(String message) {
  print(' \x1B[34mℹ\x1B[0m $message');
}