menu
plotline_engage_web package
documentation
plotline_logger.dart
PlotlineLogger
log static method
log static method
dark_mode
light_mode
log
static method
void
log
(
String
message
)
Implementation
static void log(String message) { if (isEnabled) { debugPrint(message); } }
plotline_engage_web package
documentation
plotline_logger
PlotlineLogger
log static method
PlotlineLogger class