segmentio / analytics_flutter

The hassle-free way to add Segment analytics to your Flutter app.
MIT License
26 stars 33 forks source link

Question: how to clear traits without reset? #58

Closed ZPGC closed 4 months ago

ZPGC commented 4 months ago

Question: how to clear traits without reset?

edsonjab commented 4 months ago

hi @ZPGC The traits are properties to send specific information for user or group, it is sent once you call the methods 'identify' or 'group', so, I suggest that you create an object to handle the traits and once the traits are used use a method to clean that object. you can check our README for more information about that.