setClient static method

void setClient(
  1. Client client
)

Implementation

static void setClient(Client client) {
  _httpClient = client;
}