error method

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

Implementation

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