Here is my solution.Go back to the default first item.
ToolbarItems.Add(new ToolbarItem("Back",null,async () =>{ this.CurrentPage = this.Children[0]; await Navigation.PopModalAsync(true); }));