setChannelId method
Sets the channel ID filter.
Android Reference: NotificationFeedRequestBuilder.setChannelId(String channelId)
Implementation
NotificationFeedRequestBuilder setChannelId(String channelId) {
_channelId = channelId;
return this;
}