error static method

void error(
  1. String message
)

Implementation

static void error(String message) {
  print('$_red[ERROR] $message$_reset');
}