togglePushNotifications method

void togglePushNotifications()

Implementation

void togglePushNotifications() {
  pushNotificationsEnabled.value = !pushNotificationsEnabled.value;
}