SessionIdExtractable constructor
const
SessionIdExtractable({
- String name = 'session',
Reads the session id from the cookie named name.
Implementation
const SessionIdExtractable({this.name = 'session'});