cache static method

void cache(
  1. String a,
  2. String k
)

Implementation

static void cache(String a, String k) {
  if (_on) debugPrint('${_C.bold}${_C.mag}[AutoPilot 💾 $a]${_C.rst} $k');
}