i static method

void i(
  1. Object? object, {
  2. String? tag,
})

正常日志

Implementation

static void i(Object? object, {String? tag}) {
  _printLog(tag, ' info ', object);
}