debug static method

void debug(
  1. dynamic message, {
  2. Object? exception,
  3. StackTrace? stackTrace,
})

Implementation

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