warning static method

void warning(
  1. String message
)

Implementation

static void warning(String message) {
  print('$_yellow[WARNING] $message$_reset');
}