addPresentSound method
Add present sound to the push notification
Implementation
JetNotifications addPresentSound(bool presentSound) {
_presentSound = presentSound;
return this;
}
Add present sound to the push notification
JetNotifications addPresentSound(bool presentSound) {
_presentSound = presentSound;
return this;
}