logW method

void logW([
  1. String? tag
])

Log this object as warning

Implementation

void logW([String? tag]) => Log.w(this, tag);