user_messaging_platform 1.3.0  user_messaging_platform: ^1.3.0 copied to clipboard
user_messaging_platform: ^1.3.0 copied to clipboard
A plugin which provides a Dart API for the User Messaging Platform (UMP) SDK, which is the Consent Management Platform (CMP) SDK provided as part of Google's Funding Choices.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add user_messaging_platformThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  user_messaging_platform: ^1.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:user_messaging_platform/user_messaging_platform.dart';