ConversationKey constructor
const
ConversationKey({
- required ChannelIdentity channel,
- required String conversationId,
- String? userId,
Implementation
const ConversationKey({
required this.channel,
required this.conversationId,
this.userId,
});