I have created an app in flutter and implemented the server based notifications through API. I am getting notifications when app is open or in background state but when I killed the app I am not getting the notifications from the server.
Can you please share your thoughts how I can get the notifications when app is in killed state. Can I manage the push notification on app side only or need back-end support?
Note: I am not using any google services for push notifications.