w method

void w(
  1. String? tag,
  2. String message
)

warning log

Implementation

void w(String? tag, String message) {
  _log(3, tag, message);
}