GET_COOKIE_INFO constant

WebViewFeature const GET_COOKIE_INFO

Feature for isFeatureSupported. This feature covers cookie attributes of CookieManager.getCookie and CookieManager.getCookies methods.

Implementation

static const GET_COOKIE_INFO = WebViewFeature._internal(
  'GET_COOKIE_INFO',
  'GET_COOKIE_INFO',
);