Future<void> updateNotificationEnabled(bool value) async { if (kDebugMode) { print('controller.updateNotificationEnabled'); } await _settingsService.updateNotificationEnabled(value); }