MqttBrowserConnection.fromConnect constructor
MqttBrowserConnection.fromConnect(
- dynamic server,
- dynamic port,
- dynamic clientEventBus
Initializes a new instance of the MqttBrowserConnection class.
Implementation
MqttBrowserConnection.fromConnect(server, port, clientEventBus)
: super(clientEventBus) {
connect(server, port);
}