ZygMqttPlugin class
Constructors
- ZygMqttPlugin()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPageFinished ↔ bool
-
getter/setter pair
- myConnectStateCallback ↔ ConnectStateCallback?
-
getter/setter pair
- myLoadFinishCallback ↔ LoadFinishCallback?
-
getter/setter pair
- myReceiveCallback ← ReceiveCallback
-
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webController ↔ WebViewController?
-
getter/setter pair
- webViewWidget ↔ WebViewWidget?
-
getter/setter pair
Methods
-
dencodeFromMqtt(
String mqttMsg) → dynamic -
goToConnetMqtt(
) → dynamic - 连接
-
gotoSubscribe(
String url) → dynamic - 去订阅
-
initWebC(
) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendData(
dynamic msg) → dynamic - 发送数据
-
setConfigure(
String productKey, String deviceName, String deviceSecret, String region, String subscribeUrl, String publishUrl) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited