Skip to content

Setup and Installation

The Secure Privacy Consent Management SDK provides developers with an easy way to manage user consent within their applications. By integrating this SDK, you can ensure compliance with privacy regulations while offering users control over their data preferences.

To begin using the Secure Privacy SDK, include the Flutter SDK in your project.

To initialize the SDK, call the following method with your authentication key:

SPMobileConsent.init(authKey);

This will set up the SDK and enable access to its features.