logE method

void logE([
  1. String? tag
])

Log this object as error

Implementation

void logE([String? tag]) => Log.e(this, tag);