PlatformCookieManagerCreationParams constructor

const PlatformCookieManagerCreationParams({
  1. PlatformWebViewEnvironment? webViewEnvironment,
})

Used by the platform implementation to create a new PlatformCookieManager.

Implementation

const PlatformCookieManagerCreationParams({this.webViewEnvironment});