createPlatformCookieManager method
WindowsPlatformWebViewCookieManager
createPlatformCookieManager(
- PlatformWebViewCookieManagerCreationParams params
Creates a new PlatformWebViewCookieManager.
This function should only be called by the app-facing package.
Look at using WebViewCookieManager in webview_flutter instead.
Implementation
@override
WindowsPlatformWebViewCookieManager createPlatformCookieManager(
PlatformWebViewCookieManagerCreationParams params,
) {
return WindowsPlatformWebViewCookieManager(params);
}