I can't figure out how to log out a user that has been logged in in the feedback feature of hockeyapp. I have read through the documentation, but I must have missed it.
The feedback feature is initiated with:
BITHockeyManager.shared().feedbackManager.showFeedbackListView()
How can I log out a user:
func logout() {
// log out the user from the feedback feature
}