logInfo static method
Implementation
static void logInfo(String msg) {
if (!_enabled) return;
debugPrint('$_bold${_blue}[AutoPilot ℹ️ ]$_reset $msg');
}
static void logInfo(String msg) {
if (!_enabled) return;
debugPrint('$_bold${_blue}[AutoPilot ℹ️ ]$_reset $msg');
}