debug abstract method
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});