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