WebWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams constructor
WebWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams(
- PlatformWebViewCookieManagerCreationParams params
Creates a WebWebViewCookieManagerCreationParams instance based on PlatformWebViewCookieManagerCreationParams
.
Implementation
factory WebWebViewCookieManagerCreationParams.fromPlatformWebViewCookieManagerCreationParams(
PlatformWebViewCookieManagerCreationParams params) {
return WebWebViewCookieManagerCreationParams._(params);
}