retry static method

void retry(
  1. int n,
  2. int mx,
  3. String u
)

Implementation

static void retry(int n, int mx, String u) {
  if (_on) {
    debugPrint('${_C.bold}${_C.yel}[AutoPilot 🔄 Retry $n/$mx]${_C.rst} $u');
  }
}