requestDouble method

double requestDouble(
  1. String key
)

Implementation

double requestDouble(String key){
  return toDouble(request(key).toString());
}