showApiSuccessLogs static method

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

Implementation

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