cookies property

Map<String, String> get cookies

The cookies sent with the current request.

Implementation

Map<String, String> get cookies => _binding.cookies;