Stop receiving push notifications in Flutter

Viewed 337

I am working on a flutter project where I need to stop receiving the push notifications when the user log out from the app but I am still receiving the notifications on the application. Any idea how to achieve it? (I am using an API for saving the device token to the server.)

1 Answers
Related