1

I have Flutter app and I'm using a flutter local notification. I need to add a "snooze" button and functionality to redirect to the home screen to select the user's expected time.

Or is there any other way to know the snooze button in users device enter image description here

Scott Stanchfield
  • 29,742
  • 9
  • 47
  • 65
Deva
  • 70
  • 9

1 Answers1

0

I guess this problem can't fix in flutter code. because this is android Specific action and this action run in native background working.

  • Thank you, but in some apps can able tap snooze icon, any other notification settings to enable and then know if the user tapping or not – Deva Feb 23 '23 at 13:10