WebWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams constructor

WebWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams(
  1. PlatformWebViewCookieManagerCreationParams params
)

Creates a WebWebViewCookieManagerCreationParams instance based on PlatformWebViewCookieManagerCreationParams.

Implementation

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