e method

void e(
  1. String msg
)

Implementation

void e(String msg) {
  print('\x1B[31m$msg\x1B[0m');
}