getAllCookies method

Future<List<Cookie>> getAllCookies()

Fetches all stored cookies.

Officially Supported Platforms/Implementations:

Use the PlatformCookieManager.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<List<Cookie>> getAllCookies() => platform.getAllCookies();