ListenWhen<S> typedef

ListenWhen<S> = bool Function(S previous, S current)

Signature to decide when a ProviderListenable will rebuild.

See also:

Implementation

typedef ListenWhen<S> = bool Function(S previous, S current);