setBaseUrl method

HttpConfigBuilder setBaseUrl(
  1. String baseUrl
)

Implementation

HttpConfigBuilder setBaseUrl(String baseUrl) {
  _baseUrl = baseUrl;
  return this;
}