addChannelId method

JetNotifications addChannelId(
  1. String channelId
)

Add channel Id to the push notification

Implementation

JetNotifications addChannelId(String channelId) {
  _channelId = channelId;
  return this;
}