error method

void error(
  1. String message
)

Implementation

void error(String message) {
  print('$red[ERROR] $white$message');
}