error static method

void error(
  1. String message
)

Implementation

static void error(String message) {
  print("[ERROR] $message");
}