SubscribeChannel constructor

SubscribeChannel({
  1. required String channelId,
})

Implementation

SubscribeChannel({
  required this.channelId,
});