feature/notification-date #49
@@ -921,8 +921,6 @@ class _MyHomePageState extends State<ListItemMenu> {
|
|||||||
"Ton évènement '${post.name}' commence dans 1 heure !",
|
"Ton évènement '${post.name}' commence dans 1 heure !",
|
||||||
eventDate: DateTime.parse(post.startDate!),
|
eventDate: DateTime.parse(post.startDate!),
|
||||||
);
|
);
|
||||||
|
|
||||||
NotificationService.showTestNotification();
|
|
||||||
} else {
|
} else {
|
||||||
NotificationService.cancel(post.id!);
|
NotificationService.cancel(post.id!);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user