Exemplo n.º 1
0
 private async Task <List <PantryItems> > GetPantryItems()
 {
     return(await FirebaseHelper.GetPantry());
 }