isPushNotificationDisabled method

bool isPushNotificationDisabled()

Implementation

bool isPushNotificationDisabled() {
  return getBoolean("pushNotificationDisabled");
}