segmentio/analytics_flutter

Question: how to clear traits without reset?

ZPGC opened this issue · 1 comments

ZPGC commented

Question: how to clear traits without reset?

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.