$info method

void $info({
  1. String? tag,
  2. StackTrace? stackTrace,
  3. int level = 2,
})

Implementation

void $info({String? tag, StackTrace? stackTrace, int level = 2}) {
  i(this, tag: tag, stackTrace: stackTrace, level: level);
}