ChatPinViewModel constructor

ChatPinViewModel(
  1. String sessionId,
  2. NIMSessionType sessionType
)

Implementation

ChatPinViewModel(this.sessionId, this.sessionType) {
  _init();
}