appconsent_clear 0.0.3 appconsent_clear: ^0.0.3 copied to clipboard
AppConsent®, the transparency-based consent management platform.
appconsent_clear #
AppConsent®, 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.