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