ClientResult typedef
A result type for HTTP requests containing either a response or an error.
Implementation
typedef ClientResult = (ClientResponse?, ClientException?);
A result type for HTTP requests containing either a response or an error.
typedef ClientResult = (ClientResponse?, ClientException?);