MqttConnectionHandlerBase constructor

MqttConnectionHandlerBase(
  1. EventBus? clientEventBus, {
  2. required int? maxConnectionAttempts,
})

Initializes a new instance of the MqttConnectionHandlerBase class.

Implementation

MqttConnectionHandlerBase(this.clientEventBus,
    {required this.maxConnectionAttempts});