yellowLog method

void yellowLog(
  1. String text
)

Implementation

void yellowLog(String text) {
  print(yellow(text));
}