final _winNotifyPlugin = WindowsNotification(applicationId: "12569HomeHealthEducationS.YouthSummitSUMMA_zpz6421j7mtxj!summaapp");
const String template = '''
<?xml version="1.0" encoding="utf-8"?>
<toast launch='conversationId=9813' activationType="background">
<visual>
<binding template='ToastGeneric'>
<text>Some text</text>
</binding>
</visual>
<actions>
<action content='Archive' arguments='action:archive'/>
</actions>
</toast>
''';
NotificationMessage message =
NotificationMessage.fromCustomTemplate("test1", group: "jj");
_winNotifyPlugin.showNotificationCustomTemplate(message, template);
here is my notification I want this to be called daily at an specific time