printWarning method

void printWarning(
  1. String text
)

Implementation

void printWarning(String text) {
  debugPrint('\x1B[33m$text\x1B[0m');
}