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