salesmanago_mobile_push 1.0.0 copy "salesmanago_mobile_push: ^1.0.0" to clipboard
salesmanago_mobile_push: ^1.0.0 copied to clipboard

SALESmanago Mobile Push plugin

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add salesmanago_mobile_push

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  salesmanago_mobile_push: ^1.0.0

Alternatively, 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:salesmanago_mobile_push/internal/platform_data_mapper.dart';
import 'package:salesmanago_mobile_push/internal/sales_manago_method_channel.dart';
import 'package:salesmanago_mobile_push/internal/sales_manago_platform.dart';
import 'package:salesmanago_mobile_push/model/additional_consent.dart';
import 'package:salesmanago_mobile_push/model/contact_data.dart';
import 'package:salesmanago_mobile_push/model/event_type.dart';
import 'package:salesmanago_mobile_push/model/marketing_consents.dart';
import 'package:salesmanago_mobile_push/model/opt_in_option.dart';
import 'package:salesmanago_mobile_push/sales_manago.dart';