showApiErrorLogs static method

void showApiErrorLogs(
  1. String url,
  2. String message
)

Implementation

static void showApiErrorLogs(String url,String message) {
  showLogs("$url----> ERROR:", message);
}