I have implemented a scheduled notification using flutter_local_notifications. How to perform a function or invoke a screen when a scheduled notification is triggered?
Asked
Active
Viewed 33 times
0
-
do you mean after clicking notification? – Jigar Fumakiya Jun 12 '21 at 07:58
-
1No, In short, I can say like an Alarm App, Need to invoke a screen at a specific time when the app is closed something like this. – Agnel Selvan Jun 12 '21 at 08:34