changePushNotifications method
Implementation
void changePushNotifications(bool enabled) {
pushNotifications.value = enabled;
_storageUtils.setPushNotifications(enabled);
}
void changePushNotifications(bool enabled) {
pushNotifications.value = enabled;
_storageUtils.setPushNotifications(enabled);
}