greenLog method

void greenLog(
  1. String text
)

Implementation

void greenLog(String text) {
  print(green(text));
}