cookieInt method

int cookieInt(
  1. String key
)

Implementation

int cookieInt(String key){
  return toInt(cookie(key).toString()).toInt();
}