debug abstract method
Logs a formatted message at DEBUG level.
Implementation
void debug(
String templateBody,
List<dynamic> arguments, {
Map<String, SentryAttribute>? attributes,
});
Logs a formatted message at DEBUG level.
void debug(
String templateBody,
List<dynamic> arguments, {
Map<String, SentryAttribute>? attributes,
});