updateShouldNotify abstract method

  1. @internal
bool updateShouldNotify(
  1. StateT previous,
  2. StateT next
)

Called when a provider is rebuilt. Used for providers to not notify their listeners if the exposed value did not change.

Implementation

@internal
bool updateShouldNotify(StateT previous, StateT next);