changeBaseUrl method
Call this method to change the base url of the ConnectionManager.
Implementation
void changeBaseUrl(String newBaseUrl) {
baseUrl = newBaseUrl;
}
Call this method to change the base url of the ConnectionManager.
void changeBaseUrl(String newBaseUrl) {
baseUrl = newBaseUrl;
}