setBaseUrl static method

void setBaseUrl(
  1. String url
)

Method to set base URL

Implementation

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