printError static method
Print error message with red color
Implementation
static void printError(String message) {
printColored('✗ $message', color: 'red');
}
Print error message with red color
static void printError(String message) {
printColored('✗ $message', color: 'red');
}