requestBool method

bool requestBool(
  1. String key
)

Implementation

bool requestBool(String key){
  return toBoolean(request(key).toString());
}