menu
smf_core package
documentation
shared/logging/logger.dart
Logger
d static method
d static method
dark_mode
light_mode
d
static method
void
d
(
String
tag
,
Object
?
object
)
Implementation
static void d(String tag, Object? object) { print(tag, object, level: Level.debug); }
smf_core package
documentation
shared/logging/logger
Logger
d static method
Logger class