warning static method

void warning(
  1. String msg
)

Implementation

static void warning(String msg) {
  print("$_yellow⚠ $msg$_reset");
}