Logging out disconnects current user from FCM service and terminates realtime connection.
TalkPlusApi.Logout(() => { // SUCCESS }, (int statusCode, Exception e) => { // FAILURE });
Last updated 5 months ago