connectionHandler property

  1. @protected
MqttConnectionHandlerBase? connectionHandler
getter/setter pair

The Handler that is managing the connection to the remote server.

Implementation

@protected
MqttConnectionHandlerBase? connectionHandler;