printRed function

dynamic printRed(
  1. String msg
)

输出红色提示

Implementation

printRed(String msg) {
  print("$console_red$msg$console_default");
}