setHttpClient function

void setHttpClient(
  1. Client client
)

Implementation

void setHttpClient(http.Client client) {
  _client = client;
}