MqttConnectionHandlerBase constructor
MqttConnectionHandlerBase(
- EventBus? clientEventBus, {
- required int? maxConnectionAttempts,
Initializes a new instance of the MqttConnectionHandlerBase class.
Implementation
MqttConnectionHandlerBase(this.clientEventBus,
{required this.maxConnectionAttempts});