error static method
Print error message in red with border
Implementation
static void error(String message) {
_printBoxed(message, colorCode: 31, label: 'ERROR');
}
Print error message in red with border
static void error(String message) {
_printBoxed(message, colorCode: 31, label: 'ERROR');
}