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