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