addPlaySound method

JetNotifications addPlaySound(
  1. bool playSound
)

Add play sound to the push notification

Implementation

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