findValue abstract method

String findValue({
  1. required String name,
})

Returns the cookie value linked to name, otherwise empty string.

Implementation

String findValue({required String name});