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