instance static method

Gets the AndroidCookieManager shared instance.

Implementation

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