cookieList method

List cookieList(
  1. String key
)

Implementation

List cookieList(String key){
  return cookie(key) as List;
}