topLevelSite property

String? get topLevelSite

The top-level site the partitioned cookie is available in.

Implementation

String? get topLevelSite => _wrapped.topLevelSite;
set topLevelSite (String? v)

Implementation

set topLevelSite(String? v) {
  _wrapped.topLevelSite = v;
}