cookie property - Document class - dart:html library (original) (raw)

description

String? getcookie

Implementation

String? get cookie native;

setcookie (String? value)

Implementation

set cookie(String? value) native;