dio property
Dio
get
dio
Returns the Dio instance used by the client.
This is useful for adding interceptors, etc.
Implementation
Dio get dio => _dio;
Returns the Dio instance used by the client.
This is useful for adding interceptors, etc.
Dio get dio => _dio;