How to make App State dynamic?

How do I make app state hold value for each user? For example, lets say I am using an android device and I have two accounts for my app. The app state value should vary for each account. However, in flutter flow's case it does not. App state stays the same no matter if you log into a new account.

2
10 replies