cookieDouble method

double cookieDouble(
  1. String key
)

Implementation

double cookieDouble(String key){
  return toDouble(cookie(key).toString());
}