customerio / customerio-flutter

Flutter plugin for Customer.io
https://www.customer.io/docs/sdk/flutter/getting-started/
MIT License
12 stars 10 forks source link

ClearIdentify function crashes the app #122

Closed nikhil-yolo closed 2 months ago

nikhil-yolo commented 2 months ago

CustomerIO.clearIdentify() method crashes with the following error NoSuchMethodError: tried to call a non-function, such as null: '_cio.reset'

Rest all the methods work fine but we are not able to figure out what might be causing this issue. Wrapping it with a try catch block fixes it but the session in customerIO is unfortunately not cleared on logging out