warn method

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

Implementation

@override
void warn(String msg, [Context? ctx]) {
  println(msg, ctx);
}