setHttpClient method
void
setHttpClient(
- Client client
Set the HTTP client to use for fetching data
Implementation
void setHttpClient(http.Client client) {
httpClient = client;
}
Set the HTTP client to use for fetching data
void setHttpClient(http.Client client) {
httpClient = client;
}