ChatPinViewModel constructor
ChatPinViewModel(
- String conversationId,
- NIMConversationType conversationType
Implementation
ChatPinViewModel(this.conversationId, this.conversationType) {
_init();
}