Kommunicate-io / Kommunicate-Flutter-Plugin

A flutter plugin for Kommunicate customer support live chat.
BSD 3-Clause "New" or "Revised" License
17 stars 23 forks source link

[CM-810] - Fetch unread count #56

Closed amntoppo closed 2 years ago

amntoppo commented 2 years ago

Earlier unread count was getting fetched from DB. If server call was not made, DB was not updated so unread count was always returning 0. Changed this to fetch data from server if server call is not made already.