addSound method
Add a sound to the push notification
Implementation
JetNotifications addSound(String sound) {
_sound = sound;
return this;
}
Add a sound to the push notification
JetNotifications addSound(String sound) {
_sound = sound;
return this;
}