MqttWeb class

Implemented types

Constructors

MqttWeb(String url, IMqttListener listener, {String? username, String? password})

Properties

client ↔ MqttBrowserClient
getter/setter pair
connected bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier String
final
keepalive int
final
listener IMqttListener
getter/setter pair
password String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final
username String?
final

Methods

connect() Future<bool>
override
disconnect() Future<bool>
override
dispose() → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(String topic, String msg) Future<bool>
override
subscribe(String topic) Future<bool>
override
toString() String
A string representation of this object.
inherited
unsubscribe(String topic) Future<bool>
override

Operators

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