cookieDelegate property
PlatformCookieDelegate?
get
cookieDelegate
inherited
Delegate for cookie-management methods scoped to this WebView.
Returns null by default; platform implementations override
this to return a concrete PlatformCookieDelegate that wraps the
controller's cookie operations.
Implementation
PlatformCookieDelegate? get cookieDelegate => null;