I try to use RestClient in square flow. This is my step :
Example:
1. Main screen call rest api in presenter. And then go to screen 2
2. On screen 2, call goBack.
Why when go back to screen 1, rest api is called?
How prevent rest client running when goBack?