set static method

void set(
  1. Client value
)

Implementation

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