set method

void set(
  1. Client value
)

Implementation

void set(Client value) {
  _httpClient = value;
}