payload property
The payload/data to send with the request.
This is the body content for POST, PUT, or other methods that require data. Can be a string, Map, or any serializable object.
Implementation
final Object? payload;
The payload/data to send with the request.
This is the body content for POST, PUT, or other methods that require data. Can be a string, Map, or any serializable object.
final Object? payload;