error static method

void error(
  1. String msg
)

Implementation

static void error(String msg) {
  print("$_red✖ $msg$_reset");
}