LogoutCallbackManager
interface LogoutCallbackManager
This manager is used to register callbacks that will be called when a user session is being logged out. The app may have some actions to perform outside the kalium as well when a user is logged out, like clearing the data store, etc. When logout action is triggered by the user, then the app can execute these actions right after the LogoutUseCase result, but when the logout is triggered automatically by some event (i.e. session expired, device removed, account removed), then the app will not be able to execute these actions without registering to this manager.