CookieManager constructor

CookieManager(
  1. SharedPreferences? _prefs
)

Creates a new CookieManager with the given shared preferences

Implementation

CookieManager(this._prefs);