cookies property

Map<String, String> get cookies

Gets all cookies

Implementation

Map<String, String> get cookies => _cookies.all;