addSound method
Sets the sound for the notification.
Implementation
LocalNotification addSound(String sound) {
_sound = sound;
return this;
}
Sets the sound for the notification.
LocalNotification addSound(String sound) {
_sound = sound;
return this;
}