changePushNotifications method

void changePushNotifications(
  1. bool enabled
)

Implementation

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