setBaseUrl static method

void setBaseUrl(
  1. String url
)

Setter to update the base URL dynamically

Implementation

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