Future<void> updateNotificationEnabled(bool value) async { await _settingsService.updateNotificationEnabled(value); }