ParticipantListQuery constructor
- {required String channelUrl,
- Chat? chat}
Implementation
ParticipantListQuery({
required this.channelUrl,
Chat? chat,
}) : super(chat: chat ?? SendbirdChat().chat);
ParticipantListQuery({
required this.channelUrl,
Chat? chat,
}) : super(chat: chat ?? SendbirdChat().chat);