toggleDraftPushNotifications method

void toggleDraftPushNotifications()

Implementation

void toggleDraftPushNotifications() {
  draftPushNotifications.value = !draftPushNotifications.value;
  fontSizeController.applyPushNotificationsPreview(draftPushNotifications.value);
}