requestString method

String requestString(
  1. String key
)

Implementation

String requestString(String key){
  return request(key).toString();
}