DefaultCookieJar constructor

DefaultCookieJar(
  1. {bool ignoreExpires = false}
)

Implementation

DefaultCookieJar({this.ignoreExpires = false});