menu
dev_log package
documentation
dev_log.dart
L
trace static method
trace static method
dark_mode
light_mode
trace
static method
void
trace
(
[
String
?
msg
,
String
?
tag
])
Implementation
static void trace([String? msg, String? tag]) => Log.trace(msg, tag);
dev_log package
documentation
dev_log
L
trace static method
L class