printE function

void printE(
  1. dynamic text
)

Implementation

void printE(dynamic text) {
  print('\x1B[31m$text\x1B[0m');
}