Add notification permission flow in settings

This commit is contained in:
Rijad Zuzo
2026-02-15 23:53:46 +01:00
parent 6e73273ede
commit 560716100d
7 changed files with 144 additions and 1 deletions
@@ -235,6 +235,9 @@ class RecordingReminderScheduler implements ReminderScheduler {
@override
Future<void> clearAll() async {}
@override
Future<bool> requestPermissions() async => true;
@override
Future<void> reconcile(List<ReminderRule> reminders) async {
snapshots.add(List<ReminderRule>.unmodifiable(reminders));