No Flutter API code for push notification from template

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.

Thanks Nikita, that worked!