error method

void error(
  1. String message
)

Implementation

void error(String message) {
  print(_errorPen('ERROR: $message'));
}