w method

  1. @override
void w(
  1. Object? object, {
  2. String? tag,
})
override

Implementation

@override
void w(Object? object, {String? tag}) {
  log(warn, object, tag);
}