getAllCookies method

Future<List<Cookie>> getAllCookies()

Fetches all stored cookies.

NOTE for iOS: available on iOS 11.0+.

NOTE for MacOS: available from iOS 10.13+.

Officially Supported Platforms/Implementations:

Implementation

Future<List<Cookie>> getAllCookies() {
  throw UnimplementedError(
      'getAllCookies is not implemented on the current platform');
}