logLong method

void logLong([
  1. String? tag
])

Log as long message

Implementation

void logLong([String? tag]) => Log.long(this, tag);