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
I guess this problem can't fix in flutter code. because this is android Specific action and this action run in native background working.