redLog method

void redLog(
  1. String text
)

Implementation

void redLog(String text) {
  print(red(text));
}