addPresentSound method
Add present sound to the push notification
Implementation
PushNotification addPresentSound(bool presentSound) {
  _presentSound = presentSound;
  return this;
}Add present sound to the push notification
PushNotification addPresentSound(bool presentSound) {
  _presentSound = presentSound;
  return this;
}