updateShouldNotify method
Called when a provider is rebuilt. Used for providers to not notify their listeners if the exposed value did not change.
Implementation
@override
bool updateShouldNotify(NotifierT previous, NotifierT next) => true;
Called when a provider is rebuilt. Used for providers to not notify their listeners if the exposed value did not change.
@override
bool updateShouldNotify(NotifierT previous, NotifierT next) => true;