Example #1
0
 private async void OnLogout()
 {
     ApplicationStore.Logout();
     await Nav.PopModalAsync();
 }