BlocComparativeListener<BLOC extends BlocBase<S>, S> typedef

BlocComparativeListener<BLOC extends BlocBase<S>, S> = void Function(BLOC bloc, S current, BuildContext context)

Implementation

typedef BlocComparativeListener<BLOC extends BlocBase<S>, S> = void Function(
  BLOC bloc,
  S current,
  BuildContext context,
);