withHttpClient method
Sets the HTTP client to use
If not provided, a new client will be created
Implementation
PivoxBuilder withHttpClient(http.Client httpClient) {
_httpClient = httpClient;
return this;
}
Sets the HTTP client to use
If not provided, a new client will be created
PivoxBuilder withHttpClient(http.Client httpClient) {
_httpClient = httpClient;
return this;
}