Cookie.fromSetCookieValue constructor
- String value
Creates a new cookie by parsing a header value from a 'set-cookie' header.
Implementation
factory Cookie.fromSetCookieValue(String value) {
return _Cookie.fromSetCookieValue(value);
}
Creates a new cookie by parsing a header value from a 'set-cookie' header.
factory Cookie.fromSetCookieValue(String value) {
return _Cookie.fromSetCookieValue(value);
}