Hi all,
I'm building a native app, I have a logout button that lead the user to the initial login screen, but I want to know if exist way to "clean" the app, like it was just loaded, I mean Stores clean, views destroyed etc.
Thks
Printable View
Hi all,
I'm building a native app, I have a logout button that lead the user to the initial login screen, but I want to know if exist way to "clean" the app, like it was just loaded, I mean Stores clean, views destroyed etc.
Thks
You can destroy the views and removeAll on the stores. I wouldn't try to reload the app
Yeah, that's what I did.