CookiePartitionKey constructor

CookiePartitionKey({
  1. required String topLevelSite,
  2. required bool hasCrossSiteAncestor,
})

Implementation

CookiePartitionKey({
  required this.topLevelSite,
  required this.hasCrossSiteAncestor,
});