find abstract method

Cookie find({
  1. required String name,
})

Returns the cookie linked to name, otherwise empty cookie.

Implementation

Cookie find({required String name});