chyiiiiiiiiiiii / flutter_zendesk_messaging

Zendesk-Messaging for Flutter developer
Apache License 2.0
27 stars 43 forks source link

Add unread message count to lib #15

Closed DouglasValerio closed 1 year ago

DouglasValerio commented 1 year ago

What is the content type?

Why is this change necessary?

How does this address the issue?

How to use?

After authenticating the user, one can retrieve the unread message count using:

final int count = await await ZendeskMessaging.messageCount();
DouglasValerio commented 1 year ago

@chyiiiiiiiiiiii Pushed the requested changes, feel free to ask for any further improvements

chyiiiiiiiiiiii commented 1 year ago

@DouglasValerio Thanks. Looking forward to more PR and we can discuss it.