addChannelId method
Add channel Id to the push notification
Implementation
PushNotification addChannelId(String channelId) {
_channelId = channelId;
return this;
}
Add channel Id to the push notification
PushNotification addChannelId(String channelId) {
_channelId = channelId;
return this;
}