serializeResponseBody method
Function used to get the serialized form of a valid response.
Can be overwritten to realize a custom serialization logic.
Implementation
String serializeResponseBody(Response response) => response.body;
Function used to get the serialized form of a valid response.
Can be overwritten to realize a custom serialization logic.
String serializeResponseBody(Response response) => response.body;