HttpClientBuilder constructor

HttpClientBuilder(
  1. ServiceCollection services,
  2. String name
)

Implementation

HttpClientBuilder(this.services, this.name);