ChatPinViewModel constructor

ChatPinViewModel(
  1. String conversationId,
  2. NIMConversationType conversationType
)

Implementation

ChatPinViewModel(this.conversationId, this.conversationType) {
  _init();
}