getSetCookie method

Iterable<String> getSetCookie()

Returns an array containing the values of all Set-Cookie headers associated with a response.

MDN Reference

Implementation

Iterable<String> getSetCookie() => _storage.valuesOf('Set-Cookie');