warn static method

void warn(
  1. String m
)

Implementation

static void warn(String m) {
  if (_on) debugPrint('${_C.bold}${_C.yel}[AutoPilot ⚠️ ]${_C.rst} $m');
}