MmViewChannelRequest constructor

MmViewChannelRequest({
  1. required String channelId,
  2. String? prevChannelId,
})

Returns a new MmViewChannelRequest instance.

Implementation

MmViewChannelRequest({
  required this.channelId,
  this.prevChannelId,
});