Hello,
If I am executing any asynchronous operation like User Login and decide to exit the app, then how can i stop that method so that any code that is present in the callback is not executed so that it doesn’t throw any exception.
Thanks in advance.