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