menu
in_app_subscription_bundle package
documentation
utills/app_logs.dart
AppLogs
showDebugLogs static method
showDebugLogs static method
dark_mode
light_mode
showDebugLogs
static method
void
showDebugLogs
(
String
message
)
Implementation
static void showDebugLogs(String message) { showLogs("DEBUG", message); }
in_app_subscription_bundle package
documentation
utills/app_logs
AppLogs
showDebugLogs static method
AppLogs class