findAll abstract method

List<Cookie> findAll({
  1. required String name,
})

Returns all cookies linked to name, otherwise empty list.

Implementation

List<Cookie> findAll({required String name});