CookieSettings constructor

const CookieSettings({
  1. bool storeCookies = true,
})

Implementation

const CookieSettings({this.storeCookies = true});