Relative Content

Tag Archive for riverpod

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?