Exemplo n.º 1
0
        protected async void LogOut()
        {
            await MainService.ClearCookiers();

            Application.Current.MainPage = new LoginPage();
        }