ChatPinViewModel constructor
ChatPinViewModel(
- String sessionId,
- NIMSessionType sessionType
Implementation
ChatPinViewModel(this.sessionId, this.sessionType) {
_init();
}