menu
project_setup package
documentation
app_utils/print_logs.dart
PrintLogs
showDebugLogs static method
showDebugLogs static method
dark_mode
light_mode
showDebugLogs
static method
void
showDebugLogs
(
String
message
)
Implementation
static void showDebugLogs(String message) { showLogs("DEBUG", message); }
project_setup package
documentation
app_utils/print_logs
PrintLogs
showDebugLogs static method
PrintLogs class