debug abstract method
Logs a debug message with optional error and stack trace context.
Use this for verbose technical details that are helpful during development and troubleshooting phases.
Implementation
void debug(String message, {Object? error, StackTrace? stackTrace});