Is there any way to run an background scheduled task in windows so that I can show daily notification from my Flutter Application
I have an windows and macOS application where I want to show local notification daily at a specific time. Notifications are handled by a package called windows_notification: ^1.2.0 now I want to call this notification either the app is running or not.