Basic Publish¶
The following example publishes a message to the default
channel:
Backendless.messaging.publish("hello world!").then((response) {
print("message has been published");
});
The following example publishes a message to the default
channel:
Backendless.messaging.publish("hello world!").then((response) {
print("message has been published");
});