I'm going with the custom authentication in my app, Suppose I have three pages like
enter email -> select your business -> add password.
Now after all three pages I want to set my user logged in true. However, there is no functionality to manually update the "isUserLoggedIn" global property. I even don't know how FlutterFlow is updating the value.
Please let me know how can I do that.