w static method

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

Implementation

static void w(Object? object, {String? tag}) {
  _printer.w(object, tag: tag);
}