bodyAsString method
Converts the response data to a string.
Returns:
- The response data as a string.
Implementation
String bodyAsString() {
return data.toString();
}
Converts the response data to a string.
Returns:
String bodyAsString() {
return data.toString();
}