setBaseUrl method

void setBaseUrl (
  1. String url
)

Implementation

void setBaseUrl(String url) {
  _BASE_URL = url;
}