I am using the subscriber attributes of the purchase request to know the email id of the user. I am using purchases_flutter: 4.12.0.
At the start of my app i call this helper method :
await Purchases.setEmail(mail);
Here, the mail variable is a String.
However, at my backend I am receiving the body as this:
" subscriber_attributes: { '$email': Object] },"
Why?