postString method

String postString(
  1. String key
)

Implementation

String postString(String key){
  return post(key).toString();
}