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