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