How to open Flutter app from foreground mode?
I am making an alarm application with Flutter, I coded a foreground service with PlatformChannel and MethodChannel. When countdown finishes I want to show an Alarm page but I can’t deal with it. The problem is When alarm finishes android shows a notification but couldn’t open the actual dart page, when I tap the notification firstly shows a white page after shows my apps home page. On the other hand notification can deletable but when alarm ticks notification comeback.