blaugold / iabtcf_consent_info

Flutter plugin for reading IAB TCF v2.0 user consent information, such as made available through CMP SDKs, like Funding Choices's User Messaging Platform (UMP).
https://pub.dev/packages/iabtcf_consent_info
10 stars 8 forks source link

consentInfo() always return the updated value, closes #7 #22

Open Guillergood opened 2 months ago

Guillergood commented 2 months ago

Using BehaviorSubject, the value is always the most recent one. Also sync is needed to have consistency.