JaguarSessionManager.withCoder constructor

JaguarSessionManager.withCoder(
  1. MapCoder coder, {
  2. Duration? expiry,
  3. SessionIo io = const SessionIoCookie(),
})

Implementation

JaguarSessionManager.withCoder(this.coder,
    {this.expiry, this.io = const SessionIoCookie()});