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