client property

Client? client
final

Provides an HTTP client that can be replaced for mock testing.

Implementation

final http.Client? client = http.Client();