Can I use Backendless SDK to send normal local app notifications also?

Good day

Just wondering if I can send normal local app notifications (not push) using the Backendless api or should I use Backendless for push notifications and another (like flutter_local_notifications) for local notifications?

Regards

If you are talking about ordinary notification on the device (which is displayed in on the notification bar), you should use ordinary API for flutter.
The Backendless Push Notification API is responsible for push notifications sent through the Google/Apple servers.

Thank you for the answer.

I will use another package for Flutter.

Regards