postBool method

bool postBool(
  1. String key
)

Implementation

bool postBool(String key){
  return toBoolean(post(key).toString());
}