client property
Client
get
client
Gets the underlying http.Client instance.
获取底层 http.Client 实例。
This allows direct access to the client for advanced configuration. 这允许直接访问 client 进行高级配置。
Implementation
http.Client get client => _client;