HttpClient constructor Null safety
- String baseUrl
Creates an instance of HTTP client with the default HttpTranslator.
Implementation
HttpClient(String baseUrl) : this.withTranslator(baseUrl, HttpTranslator());
Creates an instance of HTTP client with the default HttpTranslator.
HttpClient(String baseUrl) : this.withTranslator(baseUrl, HttpTranslator());