all method

Map<String, Cookie> all()

Implementation

Map<String, Cookie> all() {
  return _cookies;
}