printInfo static method
Print info message with blue color
Implementation
static void printInfo(String message) {
printColored('ℹ $message', color: 'blue');
}
Print info message with blue color
static void printInfo(String message) {
printColored('ℹ $message', color: 'blue');
}