menu
project_setup package
documentation
app_utils/print_logs.dart
PrintLogs
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); }
project_setup package
documentation
app_utils/print_logs
PrintLogs
showApiErrorLogs static method
PrintLogs class