blueLog method

void blueLog(
  1. String text
)

Implementation

void blueLog(String text) {
  print(blue(text));
}