BlocListenerFunction typedef
BlocListenerFunction =
void Function(BuildContext context, BaseState state)
Implementation
typedef BlocListenerFunction = void Function(
BuildContext context, BaseState state);
typedef BlocListenerFunction = void Function(
BuildContext context, BaseState state);