addPlaySound method
Add play sound to the push notification
Implementation
PushNotification addPlaySound(bool playSound) {
  _playSound = playSound;
  return this;
}
Add play sound to the push notification
PushNotification addPlaySound(bool playSound) {
  _playSound = playSound;
  return this;
}