menu
in_app_subscription_bundle package
documentation
utills/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"); } }
in_app_subscription_bundle package
documentation
utills/app_logs
AppLogs
showLogs static method
AppLogs class