EffectBlocWidgetListener<E> typedef

EffectBlocWidgetListener<E> = void Function(BuildContext context, E effect)

Implementation

typedef EffectBlocWidgetListener<E> = void Function(
    BuildContext context, E effect);