WindowsPlatformWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams constructor

WindowsPlatformWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams(
  1. PlatformWebViewCookieManagerCreationParams params
)

Implementation

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