BlocEventListenerAction<T> typedef

BlocEventListenerAction<T> = void Function(BlocEvent<T> event, T value)

Event Listener

Implementation

typedef BlocEventListenerAction<T> = void Function(BlocEvent<T> event, T value);