info method

void info(
  1. String message
)

Implementation

void info(String message) {
  print('$blue[INFO] $white$message');
}