cookies property - HttpClientResponse class - dart:io library (original) (raw)
Cookies set by the server (from the 'set-cookie' header).
Implementation
List<Cookie> get cookies;
Cookies set by the server (from the 'set-cookie' header).
List<Cookie> get cookies;