chyiiiiiiiiiiii / flutter_zendesk_messaging

Zendesk-Messaging for Flutter developer
Apache License 2.0
31 stars 46 forks source link

Add login status checker #33

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 it?

Whenever needed, call:

ZendeskMessaging.isLoggedIn()

This method will return :

Future<bool>

This will resolve to false if the user is not logged in and to true if you already successfully called the login method previously.