info method

void info(
  1. String msg, {
  2. Object? exception,
  3. StackTrace? stackTrace,
})

Implementation

void info(String msg, {Object? exception, StackTrace? stackTrace}) {
  return _talker.info(msg, exception, stackTrace);
}