BlocComparativeListenerCondition<S> typedef

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

Implementation

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