postInt method

int postInt(
  1. String key
)

Implementation

int postInt(String key){
  return toInt(post(key).toString()).toInt();
}