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