AzureGridViewMqttMessage class

A class to handle API calls to an MQTT server.

Constructors

AzureGridViewMqttMessage()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage({dynamic mqtt = "http://51.20.8.12:3000/publish", dynamic mqttConfig}) Future<String>
Sends a POST request to the specified url with the given body. Returns the response body as a string.
toString() String
A string representation of this object.
inherited

Operators

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