info static method
Logs an informational message in blue color.
Implementation
static void info(String message) {
print('\x1B[34mℹ️ $message\x1B[0m'); // Blue
}
Logs an informational message in blue color.
static void info(String message) {
print('\x1B[34mℹ️ $message\x1B[0m'); // Blue
}