listener property

EventListener<S>? listener
final

Is called each time after an event is processed and the new state is stored.

Implementation

final EventListener<S>? listener;