addPlaySound method

PushNotification addPlaySound(
  1. bool playSound
)

Add play sound to the push notification

Implementation

PushNotification addPlaySound(bool playSound) {
  _playSound = playSound;
  return this;
}