addSound method

JetNotifications addSound(
  1. String sound
)

Add a sound to the push notification

Implementation

JetNotifications addSound(String sound) {
  _sound = sound;
  return this;
}