Asyncvalue guard Method inside build Riverpod
below is a code snippet from a tutorial I am trying to learn.
appreciate if you could tell me why we are not using protection : asyncvalue.guard inside build() but later used when calling the same method?
Update and Read State of a Class using RiverPod Notifier
I have the below Riverpod annotation for the provider. I would like to update the values in one page and get the updated value in next page.