WindowsPlatformWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams constructor
WindowsPlatformWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams(
- PlatformWebViewCookieManagerCreationParams params
Implementation
factory WindowsPlatformWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams(
PlatformWebViewCookieManagerCreationParams params) {
return WindowsPlatformWebViewCookieManagerCreationParams._(params);
}