clearSessionCache property

  1. @Deprecated('Use CookieManager.removeSessionCookies instead')
bool? clearSessionCache
getter/setter pair

Use PlatformCookieManager.removeSessionCookies instead.

Officially Supported Platforms/Implementations:

  • Android native WebView

Implementation

@Deprecated('Use CookieManager.removeSessionCookies instead')
bool? clearSessionCache;