logDebug method
Logs a debug message.
Use this method to log detailed debugging information that is typically only useful during development.
Implementation
@mustBeOverridden
void logDebug(
message, [
Object? exception,
StackTrace? stackTrace,
]) =>
throw const MissingCapabilityMethodImplementation(
"debug",
"LoggingCapabilityDelegate",
);