attributionRestoreStateFromLog method
Restore attribution state from log snapshots on session resume.
Implementation
void attributionRestoreStateFromLog(
List<AttributionSnapshotMessage> attributionSnapshots,
) {
state.value = restoreAttributionStateFromSnapshots(attributionSnapshots);
}