requestInt method

int requestInt(
  1. String key
)

Implementation

int requestInt(String key){
  return toInt(request(key).toString()).toInt();
}