Example #1
0
 private async Task ExecuteDisconnect()
 {
     _tokenStorage.Remove();
     await Shell.Current.GoToAsync("//home");
 }