CookieExtractable<T> constructor
const
CookieExtractable<T> (
- String name
Reads the cookie named name.
Implementation
const CookieExtractable(this.name);
Reads the cookie named name.
const CookieExtractable(this.name);