Future<void> updateNotificationEnabled(bool value) async { _prefs.setBool('notification.enabled', value); }