cookieString method

String cookieString(
  1. String key
)

Implementation

String cookieString(String key){
  return cookie(key).toString();
}