token static method

void token(
  1. String m
)

Implementation

static void token(String m) {
  if (_on) debugPrint('${_C.bold}${_C.mag}[AutoPilot 🔑]${_C.rst} $m');
}