menu
live_log_care package
documentation
live_log_care.dart
LiveLog
d static method
d static method
dark_mode
light_mode
d
static method
void
d
(
Object
?
message
)
Debug — dev only by default.
Implementation
static void d(Object? message) => _emit(LogLevel.debug, _r(message));
live_log_care package
documentation
live_log_care
LiveLog
d static method
LiveLog class