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