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

feat: Implement shouldUploadEvent on web #22

Closed rmi22186 closed 3 years ago

rmi22186 commented 3 years ago

Summary

I had not implemented this on web yet. It looks like if shouldUploadEvent is null, then the SDK blocks it also, which is why I have the logic this way.