Exemplo n.º 1
0
        private async void GetTotal()
        {
            string total = await firestore.TotalSum();

            labelSum.Text = total;
        }