setDebugApiUrl static method

void setDebugApiUrl(
  1. String url
)

Implementation

static void setDebugApiUrl(String url) {
  debugApiUrl = url;
}