extractWholeChild method

String extractWholeChild(
  1. String response
)

Implementation

String extractWholeChild(String response) {
  return response;
}