menu
library_store package
documentation
utils/log.dart
Log
d static method
d static method
dark_mode
light_mode
d
static method
void
d
(
String
tag
,
Object
?
message
)
Implementation
static void d(String tag, Object? message) { if (_kDebugMode) { logger.log(tag, error: message); } }
library_store package
documentation
utils/log
Log
d static method
Log class