using flutter, i need to make sure the user can logout even if not connected to the internet (only locally, not deleting session in the cloud). is that possible ?
TL;DR
Developers want to allow users to log out locally on Flutter even without an internet connection. This can be achieved by deleting the local session while keeping the cloud session intact.