instance static method

IOSCookieManager instance()

Gets the IOSCookieManager shared instance.

Implementation

static IOSCookieManager instance() {
  return (_instance != null) ? _instance! : _init();
}