ChatLeaveChannel constructor

ChatLeaveChannel({
  1. required String channel,
})

Implementation

ChatLeaveChannel({required this.channel});