changeBaseUrl method

void changeBaseUrl(
  1. String newBaseUrl
)

Call this method to change the base url of the ConnectionManager.

Implementation

void changeBaseUrl(String newBaseUrl) {
  baseUrl = newBaseUrl;
}