i method
Implementation
void i(String title, [Object? exception, StackTrace? stackTrace]) =>
addLogEvent(
LogEvent(
title,
exception: exception,
stackTrace: stackTraceConverter(stackTrace),
level: Level.info,
),
);