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