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