warning static method

void warning(
  1. String message
)

Implementation

static void warning(String message) {
  print("[WARNING] $message");
}