enforceConsentGate property
When true, any load* while canRequestAdsResult is false throws a
StateError — a tripwire for the "consent gates every load" invariant.
Off by default so seam-level tests can exercise loads in isolation.
Implementation
bool enforceConsentGate = false;