client property
NitroHttpClient
get
client
The client this adapter sends through.
Exposed so cookies, cancelAll and reconfiguration remain reachable on an
adapter-owned client.
Implementation
nh.NitroHttpClient get client => _client;