devPrintError function

void devPrintError(
  1. String text
)

Implementation

void devPrintError(String text) {
  debugPrint('\x1B[31m$text\x1B[0m');
}