bodyAsString method

String bodyAsString()

Converts the response data to a string.

Returns:

  • The response data as a string.

Implementation

String bodyAsString() {
  return data.toString();
}