httpClientFactory property

Client Function() httpClientFactory
latefinal

The underlying http client that will be used to send the request. This is used primarily for the unit tests.

Implementation

late final http.Client Function() httpClientFactory;