w static method

void w(
  1. dynamic msg, [
  2. String? tag
])

Implementation

static void w(dynamic msg, [String? tag]) => Log.w(msg, tag);