menu
flutter_chen_common package
documentation
log/logger.dart
Log
w static method
w static method
dark_mode
light_mode
w
static method
void
w
(
dynamic
message
)
Implementation
static void w(dynamic message) => _logger?.w(message);
flutter_chen_common package
documentation
log/logger
Log
w static method
Log class