instance property

Implementation

static WebViewCookieJarPlatform get instance => _instance;
set instance (WebViewCookieJarPlatform instance)

Implementation

static set instance(WebViewCookieJarPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}