Example #1
0
        public async Task LogoutAsync()
        {
            await propertiesService.ResetUserAsync();

            await Shell.Current.GoToAsync($"//{nameof(LoginPage)}");
        }