Hi,
I've implemented an appbar in each flipview which consists of a start and stop button.
What I want to do is that when the start button of an item is clicked for the very first time, 2 await methods are called. And if it is clicked for the second time onwards, it only calls 1 of the await method.
For example, if I select an item and click the start button, the 2 await buttons are called successfully. However, when I navigate to the next item in the flipview or any other item, and click the start button, it is considered as a second click onwards
despite me clicking a different item.
Thus, how can I implement it in such a way that the click count only applies to each individual item instead of the click count applies to all items as a whole?
Thanks.
Regards,
Eka