httpClient property

BaseClient httpClient
getter/setter pair

HTTP client instance. By default instantiated with http.Client. Could be overridden for tests or custom client configuration.

Implementation

late http.BaseClient httpClient;