dispose notif handler

This commit is contained in:
Henry Hiles 2026-09-23 10:30:12 -04:00
commit a90bf00f18
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -68,6 +68,8 @@ class NotificationController
); );
} }
}); });
ref.onDispose(() => notificationChannel.setMethodCallHandler(null));
} }
return notifications; return notifications;