I am using flutter_local_notifications library to schedule local notifications every 1 hour. It is working as expected but now, I need a way to start/ stop the notification schedule (say, at push of a button).
I could not find anything regarding canceling scheduled notification requests in the documentation.