menu
project_setup package
documentation
app_utils/print_logs.dart
PrintLogs
showLogs static method
showLogs static method
dark_mode
light_mode
showLogs
static method
void
showLogs
(
String
tag
,
String
message
)
Implementation
static void showLogs(String tag, String message) { if (kDebugMode) { log("$tag: $message"); } }
project_setup package
documentation
app_utils/print_logs
PrintLogs
showLogs static method
PrintLogs class