BlocWidgetListener<S> typedef

BlocWidgetListener<S> = void Function(BuildContext context, S state)

Implementation

typedef BlocWidgetListener<S> = void Function(BuildContext context, S state);