httpClient property

Dio httpClient
final

The Dio HTTP client built during initialization.

Making changes to the Dio client should propogate to the command handlers, but is not recommended. The recommended way to make changes to the HTTP client is to use the .from() factory to build your own Dio HTTP client.

Implementation

final Dio httpClient;