ChatLeaveChannel constructor

ChatLeaveChannel({
  1. required String channel,
})

Implementation

factory ChatLeaveChannel({required String channel}) = _ChatLeaveChannelImpl;