menu
project_setup package
documentation
app_utils/app_logs.dart
AppLogs
showLogs static method
showLogs static method
dark_mode
light_mode
showLogs
static method
void
showLogs
(
String
tag
,
String
message
)
Implementation
static void showLogs(String tag, String message) { if (kDebugMode) { log("$tag: $message"); } }
project_setup package
documentation
app_utils/app_logs
AppLogs
showLogs static method
AppLogs class