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