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