cookies property
Cookies to include in the request.
These cookies will be sent along with the HTTP request. Useful for authentication, session management, or custom cookies. Example: {'foo': 'bar', 'baz': 'qux'}
Implementation
final Map<String, String>? cookies;