setLiveApiUrl static method

void setLiveApiUrl(
  1. String url
)

Implementation

static void setLiveApiUrl(String url) {
  liveApiUrl = url;
}