client property
Client?
client
getter/setter pair
Provide an HTTP Client that can be replaced for mock testing.
Implementation
http.Client? client = http.Client();
Provide an HTTP Client that can be replaced for mock testing.
http.Client? client = http.Client();