Exemple #1
0
        public async void Logout()
        {
            await User.Current.LogOutAsync();

            NotificationService.ClearBadgeAndLiveTile();
        }