ChatPinPage constructor
ChatPinPage({
- Key? key,
- required String conversationId,
- required NIMConversationType conversationType,
- required String chatTitle,
- ChatUIConfig? chatUIConfig,
- ChatKitMessageBuilder? messageBuilder,
Implementation
ChatPinPage(
{Key? key,
required this.conversationId,
required this.conversationType,
required this.chatTitle,
this.chatUIConfig,
this.messageBuilder})
: super(key: key);