0 purchases
azure grid view
flutter_mqtt_api #
A Flutter package to handle API calls to an MQTT server.
Usage #
The AzureGridViewMqttMessage class in this package provides a convenient way to send POST requests to an MQTT server. Here's how you can use it:
dependencies:
azure_grid_view: ^1.0.0
Future<String> sendMessage({String url = "", Map<String, dynamic> mqttConfig}) async
AzureGridViewMqttMessage mqttMessage = AzureGridViewMqttMessage();
String response = await mqttMessage.sendMessage(mqttConfig: {"key": "value"});
print(response);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.