CookieManager constructor

const CookieManager(
  1. CookieJar cookieJar
)

Implementation

const CookieManager(
  this.cookieJar,
) : assert(!_kIsWeb, "Don't use the manager in Web environments.");