cookieBool method

bool cookieBool(
  1. String key
)

Implementation

bool cookieBool(String key){
  return toBoolean(cookieString(key));
}