addPresentSound method

PushNotification addPresentSound(
  1. bool presentSound
)

Add present sound to the push notification

Implementation

PushNotification addPresentSound(bool presentSound) {
  _presentSound = presentSound;
  return this;
}