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