menu
project_setup package
documentation
app_utils/app_logs.dart
AppLogs
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/app_logs
AppLogs
showInfoLogs static method
AppLogs class