httpClient property

Client httpClient

The HTTP client used by this client's services.

Implementation

http.Client get httpClient => _httpClient ??= http.Client();