listener property
Takes the BuildContext along with the bloc state
and is responsible for executing in response to state changes.
Implementation
final BlocWidgetListener<S> listener;
Takes the BuildContext along with the bloc state
and is responsible for executing in response to state changes.
final BlocWidgetListener<S> listener;