addSilent method
Add silent to the push notification
Implementation
PushNotification addSilent(bool silent) {
_silent = silent;
return this;
}
Add silent to the push notification
PushNotification addSilent(bool silent) {
_silent = silent;
return this;
}