addChannelShowBadge method
Add channel show badge to the push notification
Implementation
JetNotifications addChannelShowBadge(bool channelShowBadge) {
_channelShowBadge = channelShowBadge;
return this;
}
Add channel show badge to the push notification
JetNotifications addChannelShowBadge(bool channelShowBadge) {
_channelShowBadge = channelShowBadge;
return this;
}