info static method
Implementation
static void info(
dynamic message, {
Object? exception,
StackTrace? stackTrace,
}) {
talker.info(message, exception, stackTrace);
}
static void info(
dynamic message, {
Object? exception,
StackTrace? stackTrace,
}) {
talker.info(message, exception, stackTrace);
}