Lifecycle
Logout
When the user has logged out, the app must call:
ContactManager.handleLogout()
.observeOn(AndroidSchedulers.mainThread())
.subscribe {}
When the user has logged out, the app must call:
ContactManager.handleLogout()
.observeOn(AndroidSchedulers.mainThread())
.subscribe {}