logToken static method
Implementation
static void logToken(String action) {
if (!_enabled) return;
debugPrint('$_bold${_mag}[AutoPilot 🔑 Token]$_reset $action');
}
static void logToken(String action) {
if (!_enabled) return;
debugPrint('$_bold${_mag}[AutoPilot 🔑 Token]$_reset $action');
}