storeId property
String
get
storeId
The ID of the cookie store from which the cookie was removed.
Implementation
String get storeId => _wrapped.storeId;
set
storeId
(String v)
Implementation
set storeId(String v) {
_wrapped.storeId = v;
}