error static method

void error(
  1. String text
)

Implementation

static void error(String text) {
  TextPen().red().text('✗ $text').print();
}