warn function

void warn(
  1. String msg, [
  2. Context? ctx
])

Implementation

void warn(String msg, [Context? ctx]) {
  _log.warn(msg, ctx);
}