await Shell.Current.GoToAsync($"///MainPage"); not working
When i try to await Shell.Current.GoToAsync($"///MainPage"); I am getting
System.NullReferenceException: 'Object reference not set to an instance of an object.'
Microsoft.Maui.Controls.Shell.Current.get returned null.
1 Reply
this app.xaml.cs
and this is my appshell.xaml
someone?
??????