appconsent_clear

AppConsent® cmp, the transparency-based consent management platform.
Getting Started
import 'package:appconsent_clear/appconsent_clear.dart';
// Configure at launch (appKey:forceApplyGDPR:forceATT)
Appconsent.setup("YOUR_APP_KEY", true, true);
// Display the CMP if needed after setup
Appconsent.presentNotice(false);
Documentation
Our detailed documentation is accessible at https://docs.sfbx.io.