listener property
Is called each time after an event is processed and the new state is stored.
Implementation
final EventListener<S>? listener;
Is called each time after an event is processed and the new state is stored.
final EventListener<S>? listener;