appconsent_classic

pub package

SFBX

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.