printWarning static method
Print warning message with yellow color
Implementation
static void printWarning(String message) {
printColored('⚠ $message', color: 'yellow');
}
Print warning message with yellow color
static void printWarning(String message) {
printColored('⚠ $message', color: 'yellow');
}