addChannelId method

PushNotification addChannelId(
  1. String channelId
)

Add channel Id to the push notification

Implementation

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