info method

  1. @override
void info(
  1. String message, {
  2. Map<String, Object?> context = const {},
})
override

Implementation

@override
void info(String message, {Map<String, Object?> context = const {}}) {
  debugPrint(_format('INFO', message, context: context));
}