UserSettingsCookieSynchronizationConfiguration constructor

const UserSettingsCookieSynchronizationConfiguration({
  1. Input<List<UserSettingsCookieSynchronizationConfigurationAllowlist>?>? allowlists,
  2. Input<List<UserSettingsCookieSynchronizationConfigurationBlocklist>?>? blocklists,
})

Creates a new UserSettingsCookieSynchronizationConfiguration. allowlists List of cookie specifications that are allowed to be synchronized to the remote browser. blocklists List of cookie specifications that are blocked from being synchronized to the remote browser.

Implementation

const UserSettingsCookieSynchronizationConfiguration({
  this.allowlists,
  this.blocklists,
});