logCache static method

void logCache(
  1. String action,
  2. String key
)

Implementation

static void logCache(String action, String key) {
  if (!_enabled) return;
  debugPrint('$_bold${_mag}[AutoPilot 💾 Cache $action]$_reset $key');
}