context.watch<T>() listens to changes on T . context.read<T>() returns T without listening to it. You were calling.
Read morecontext.watch<T>() listens to changes on T . context.read<T>() returns T without listening to it. You were calling.
Read more