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