Logout

Logging out disconnects current user from FCM service and terminates realtime connection.

TalkPlusApi.Logout(() => {
   // SUCCESS
}, (int statusCode, Exception e) => {
   // FAILURE
});

Last updated