loadCookies abstract method

List<Cookie> loadCookies(
  1. Uri uri
)

Loads all cookies for the specified URI.

Returns an empty list if no cookies are found for the URI.

Parameters:

  • uri: The URI to load cookies for

Returns: List of cookies associated with the URI's host

Implementation

List<Cookie> loadCookies(Uri uri);