Jim_Austin
(Jim Austin)
1
Mission: LET’S PUSH
Task: Send a push notification from template using API
“Show code” action (PUSH NOTIFICATIONS > Push Templates) beings up Code Viewer, but there’s no Flutter/Dart code example. Flutter SDK documentation shows the same “Flutter-less” code Viewer.
Hello, thanks for the feedback.
You can send push notifications using a template by calling the following api:
Backendless.messaging.pushWithTemplate('push_template');
Best Regards, Nikita.
Jim_Austin
(Jim Austin)
3
Thanks Nikita, that worked!