instance static method
Gets the AndroidCookieManager shared instance.
Implementation
static AndroidCookieManager instance() {
return (_instance != null) ? _instance! : _init();
}
Gets the AndroidCookieManager shared instance.
static AndroidCookieManager instance() {
return (_instance != null) ? _instance! : _init();
}