SessionIoCookie constructor

const SessionIoCookie({
  1. String cookieName = 'jagses',
  2. String cookiePath = '/',
})

Constructs a new SessionIoCookie

Implementation

const SessionIoCookie({this.cookieName = 'jagses', this.cookiePath = '/'});