printError function

void printError(
  1. dynamic values
)

Implementation

void printError(dynamic values) {
  print("$red$values$reset");
}