transformer property
Transformer allows changes to the request/response data before it is sent/received to/from the server. This is only applicable for requests that have payload.
Implementation
late Transformer transformer;
Transformer allows changes to the request/response data before it is sent/received to/from the server. This is only applicable for requests that have payload.
late Transformer transformer;