mParticle / mparticle-flutter-sdk

A Flutter plugin that gives developers an API to implement mParticle on Flutter. This supports publishing a Flutter plugin to iOS, Android, and Web.
Apache License 2.0
4 stars 8 forks source link

fix: Update removeUserAttribute, add support for web #25

Closed rmi22186 closed 3 years ago

rmi22186 commented 3 years ago

Summary

We were not passing mpid from dart to the platforms, which is required to get the User to remove the attribute. Also we were missing support for removeUserAttribute from web.