baseURL method

NUIWebBuilder baseURL(
  1. String url
)

Implementation

NUIWebBuilder baseURL(String url){
  _baseUrl = url;
  return this;
}