BlocWidgetListener<S> typedef Null safety

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

Implementation

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