CookieManager constructor
CookieManager(
- SharedPreferences? _prefs
Creates a new CookieManager with the given shared preferences
Implementation
CookieManager(this._prefs);
Creates a new CookieManager with the given shared preferences
CookieManager(this._prefs);