appconsent_clear 0.0.1 appconsent_clear: ^0.0.1 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("4e9a99ed-1261-4241-8213-4f6e31d361c2", true, true);
// Display the CMP if needed after setup
Appconsent.presentNotice(false);
Documentation #
Our detailed documentation is accessible at https://docs.sfbx.io.