i method

void i(
  1. String? tag,
  2. String message
)

info log

Implementation

void i(String? tag, String message) {
  _log(2, tag, message);
}