alarm
alarm copied to clipboard
Provide notification onTap, onDismissed callbacks
Is your feature request related to a problem? Please describe. I was trying to create a reminder app. But couldn't register onTap, onDismissed callbacks.
Describe the solution you'd like Provide those callbacks on Alarm.init() or in Alarm.set() methods as parameters.
Describe alternatives you've considered Tried leveraging the ringStream but doesn't work.
Additional context My app requires something to do other than just dismiss the notification and or open the notification.