debug abstract method

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

Logs a standard diagnostic message tailored for development-phase analysis.

Use this to inspect dynamic network payloads, stream states, or transient data structures.

Implementation

void debug(String message, {Object? error, StackTrace? stackTrace});