listener property
The BlocWidgetListener
which will be called on every side effect
emit.
This listener should be used for any code which needs to execute
in response to a side effect
emit.
Implementation
final BlocWidgetSideEffectListener<C> listener;