In my app structure is like below,
List Page -> Detail Page -> Edit Page
and in edit page there is button "Delete" which removes data from database.
Now my problem is to navigate user from Edit page to List Page,
I'm using Navigation.popasync 2 times for this, but on detail page i'm getting error from service that no such record exist.
How can i properly navigate user from Edit page to list page?