menu
flutter_fastlog package
documentation
flutter_fastlog.dart
FastLog
d static method
d static method
dark_mode
light_mode
d
static method
void
d
(
dynamic
message
, {
String
tag
=
""
,
})
Implementation
static void d(dynamic message, {String tag = ""}) => _logInternal("DEBUG", message, tag);
flutter_fastlog package
documentation
flutter_fastlog
FastLog
d static method
FastLog class