warn static method

void warn(
  1. String message
)

Implementation

static void warn(String message) {
  log('warn', message);
}