listener property
A listener that is called whenever the state of the connection handler changes.
Implementation
final void Function(StreamingConnectionHandlerState state) listener;
A listener that is called whenever the state of the connection handler changes.
final void Function(StreamingConnectionHandlerState state) listener;