log method

void log({
  1. String tag = "iTwo",
})

Implementation

void log({String tag = "iTwo"}) {
  iLog(this, tag: tag, framesIndex: 2);
}