menu
nex_common_logs package
documentation
log/logger.dart
debugPrintF function
debugPrintF function
dark_mode
light_mode
debugPrintF
function
void
debugPrintF
(
String
log
)
Implementation
void debugPrintF(String log) { if (kDebugMode) debugPrint(log); }
nex_common_logs package
documentation
log/logger
debugPrintF function
logger library