setReadState method

Sets the read state filter. Android Reference: NotificationFeedRequestBuilder.setReadState(FeedReadState state)

Implementation

NotificationFeedRequestBuilder setReadState(FeedReadState state) {
  _readState = state;
  return this;
}