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