ChannelStateQuery constructor

ChannelStateQuery({
  1. required String channelId,
})

Implementation

ChannelStateQuery({
  required this.channelId,
}) : super(payload: null);