CustomMqttClient class

Constructors

CustomMqttClient()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mqttClient ↔ MqttServerClient?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect(MqttClientWrapper wrapper) Future<void>
disconnect() → void
listen(dynamic callback(List<ReceivedMessage>)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(String topic, String message, {bool retain = false}) → void
subscribe(String topic) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited