Thank you team for supporting sdk for flutter!
When logging in with userId, I followed some steps as below to receive a success notification.
krt.Notification.registerFCMToken(token);
KarteApp.renewVisitorId();
Tracker.identifyWithUserId(userId);
When I log out I want to stop receiving notifications.
Is there any way to do that?
P/s: I found unregisterFCMToken in native sdk but it seems it is not public to call
Thank you team for supporting sdk for flutter!
When logging in with userId, I followed some steps as below to receive a success notification.
When I log out I want to stop receiving notifications.
Is there any way to do that?
P/s: I found unregisterFCMToken in native sdk but it seems it is not public to call