UnsubscribeChannel constructor

UnsubscribeChannel({
  1. required String channelId,
})

Implementation

UnsubscribeChannel({
  required this.channelId,
});