info static method
Print info message in blue with border
Implementation
static void info(String message) {
_printBoxed(message, colorCode: 34, label: 'INFO');
}
Print info message in blue with border
static void info(String message) {
_printBoxed(message, colorCode: 34, label: 'INFO');
}