setBaseUrl static method

void setBaseUrl(
  1. String url
)

Implementation

static void setBaseUrl(String url) {
  _apiUrl = url;
}