Flutter & Push Notification : Is there a way to turn off push notification?

711

I read One Signal documentation, and it said that android devices are subscribed to notifications automatically when the app is installed. You can create and customize a "soft-prompt" to ask users to grant push permission multiple times.

See: https://documentation.onesignal.com/docs/ios-push-opt-in-prompt

Share:
711
Punreach Rany
Author by

Punreach Rany

Updated on December 25, 2022

Comments

  • Punreach Rany
    Punreach Rany over 1 year

    Flutter & Push Notification : Is there a way to turn off push notification?

    So I want to give my app this ability to turn on and off the push notification. FYI, I am using OneSignal. Could you tell a function to do that? Thank you

    enter image description here